Integrations
Integrations Overview
Connect coding agents to Yaha Gateway with the BYOK pattern.
Yaha works with popular coding agents via the bring-your-own-key gateway pattern: point the agent at your gateway URL and authenticate with a project yaha.* key. Yaha handles upstream provider keys, routing, throttling, and observability.
Supported agents
| Agent | Guide | API wire | MCP |
|---|---|---|---|
| Claude Code | Claude Code | Anthropic /v1/messages | — |
| Codex CLI | Codex CLI | OpenAI /v1/responses | — |
| Cursor IDE (Beta) | Cursor IDE | OpenAI /v1/cursor (Responses) | Yes |
| Cline | Cline | OpenAI Compatible /v1/chat/completions | Yes |
| Continue CLI | Continue CLI | OpenAI Compatible | Yes |
| Hermes Agent | Hermes Agent | OpenAI Compatible | Yes |
Shared MCP setup: MCP Tool Bridge.
Before you start
- Project gateway key: Create a
yaha.*key in the console. - Allowed models: Add models to the project plan allowlist.
- Upstream provider keys: Configure OpenAI and/or Anthropic on the org or project.
- Gateway URL:
https://gateway.yahagateway.io/v1
Details: Prerequisites.
Architecture
Agent → Authorization: Bearer yaha.* → Yaha /v1/* or /mcp/v1 → upstream LLM / MCP serversConsole wizard
Open Integrations → Coding agents in the console for copy-paste snippets per agent.
Generic SDKs
Not using a coding agent? See SDK Guides for curl, OpenAI Python, and OpenAI Node.js.