Skip to content

Feat(aigw) set dummy creds for qwen and codex - #6748

Open
jbaross wants to merge 15 commits into
release/ai-gateway-2.0from
feat/aigw-set-dummy-creds
Open

Feat(aigw) set dummy creds for qwen and codex#6748
jbaross wants to merge 15 commits into
release/ai-gateway-2.0from
feat/aigw-set-dummy-creds

Conversation

@jbaross

@jbaross jbaross commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Relates to #6671

Setting these dummy keys as part of the prerequisites obscures their purpose so instead I have folded them into the command to run the cli tool. This is similar to how we set CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1 for running bedrock models and makes it clear to a user why this is set.

For changes to the validation ruby and snippet logic, these are patterned after the corresponding claude code files.

Description

Fixes #issue

Preview Links

https://deploy-preview-6748--kongdeveloper.netlify.app/ai-gateway/ai-clis/

Checklist

  • Tested how-to docs. If not, note why here.
  • All pages contain metadata.
  • Any new docs link to existing docs.
  • All autogenerated instructions render correctly (API, decK, Konnect, Kong Manager).
  • Style guide (capitalized gateway entities, placeholder URLs) implemented correctly.
  • Every page has a description entry in frontmatter.
  • Add new pages to the product documentation index (if applicable).

@jbaross
jbaross requested a review from a team as a code owner August 21, 2026 13:09
@netlify

netlify Bot commented Aug 21, 2026

Copy link
Copy Markdown

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit 1572cbe
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6a8db7b53a9dc600088054ce
😎 Deploy Preview https://deploy-preview-6748--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Comment on lines +114 to +115
open_api_key: sk-placeholder
base_url: http://localhost:8000/codex

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm getting this error:

⚠ MCP client for codex_apps failed to start: MCP startup failed: handshaking
with MCP server failed: Send message error Transport
[codex_rmcp_client::event_notification_transport::EventNotificationTransport<r
mcp::transport::worker::WorkerTransport<rmcp::transport::streamable_http_clien
t::StreamableHttpClientWorker<codex_rmcp_client::http_client_adapter::Streamab
leHttpClientAdapter>>>] error: unexpected server response: HTTP 401: {
"error": {
"message": "Could not parse your authentication token. Please try signing
in again.",
"type": null,
"code": "unauthorized_unknown",
"param": null
},
"status": 401
}, when send initialize request
⚠ MCP startup incomplete (failed: codex_apps)

Comment thread app/_how-tos/ai-gateway/use-codex-with-ai-gateway.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants