Yaha AI Gateway
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

AgentGuideAPI wireMCP
Claude CodeClaude CodeAnthropic /v1/messages
Codex CLICodex CLIOpenAI /v1/responses
Cursor IDE (Beta)Cursor IDEOpenAI /v1/cursor (Responses)Yes
ClineClineOpenAI Compatible /v1/chat/completionsYes
Continue CLIContinue CLIOpenAI CompatibleYes
Hermes AgentHermes AgentOpenAI CompatibleYes

Shared MCP setup: MCP Tool Bridge.

Before you start

  1. Project gateway key: Create a yaha.* key in the console.
  2. Allowed models: Add models to the project plan allowlist.
  3. Upstream provider keys: Configure OpenAI and/or Anthropic on the org or project.
  4. Gateway URL: https://gateway.yahagateway.io/v1

Details: Prerequisites.

Architecture

Agent → Authorization: Bearer yaha.* → Yaha /v1/* or /mcp/v1 → upstream LLM / MCP servers

Console 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.

On this page