doc on portkey beta features#985
Open
narengogi wants to merge 1 commit into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a central documentation page for Portkey AI Gateway beta features (opt-in via x-portkey-beta) and links to it from the Remote MCP guide, while also wiring the new page into the docs navigation.
Changes:
- Add a new Beta Features doc page describing
x-portkey-betausage, including theserver-side-mcp-2026-06-01feature and SDK parameter mappings. - Update the Remote MCP doc to link readers to the Beta Features header reference.
- Register the new page in
docs.jsonso it appears under the AI Gateway section.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| product/ai-gateway/remote-mcp.mdx | Adds a cross-link to the new Beta Features page from the Remote MCP “Portkey Gateway execution” flow. |
| product/ai-gateway/beta-features.mdx | Introduces the new Beta Features reference page with examples and an SDK parameter mapping table. |
| docs.json | Adds the Beta Features page to the AI Gateway navigation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+71
to
+74
| default_headers=createHeaders( | ||
| provider="@your-provider-slug", | ||
| portkey_beta="server-side-mcp-2026-06-01", | ||
| ) |
Comment on lines
+111
to
+113
| | OpenAI Node SDK (via `createHeaders`) | `portkeyBeta` | | ||
| | OpenAI Python SDK (via `createHeaders`) | `portkey_beta` | | ||
| | cURL / raw HTTP | `x-portkey-beta` header | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.