Integrations
Cursor & Claude Code
Point AI coding tools at the gateway via OpenAI-compatible settings.
Community / untested. These tools accept an OpenAI-compatible base URL, so they should work with the gateway, but they are not part of the gateway's automated test suite.
Cursor
In Settings → Models → OpenAI API, enable a custom base URL:
Base URL: https://agent-router.gaib.ai/v1
API Key: sk-your-api-key
Model: gemini/gemini-2.5-flashAdd your gateway model IDs as custom models so Cursor sends them verbatim.
Claude Code
Claude Code can target an OpenAI-compatible endpoint via environment variables:
export OPENAI_BASE_URL="https://agent-router.gaib.ai/v1"
export OPENAI_API_KEY="sk-your-api-key"Then select a bedrock/claude-* model. See Anthropic (Claude) models.
Tools that send thinking / reasoning_effort will get HTTP 400 from the gateway. Disable reasoning parameters if the client exposes them.