Universal Config
Every AI agent that supports OpenAI-compatible APIs works with Kyma. Here’s everything you need:/v1/models.
Auto-Detection
Kyma API keys start withky-. Configure:
Quick Verify
Agent-Specific Configs
Claude Code / Claude CLI
Claude Code / Claude CLI
Claude Code speaks the Anthropic API, not an OpenAI-compatible one, and it
reads its configuration from the environment rather than from a JSON block
of provider settings:The base URL takes no
/v1 — Claude Code appends the path itself.Full setup, model choice and cost notes: Claude Code.Cursor IDE
Cursor IDE
Settings → OpenAI API:
- API Key:
ky-your-api-key - Base URL:
https://kymaapi.com/v1 - Model:
qwen-3-32b(best for code)
Continue.dev
Continue.dev
~/.continue/config.json:OpenAI Python SDK
OpenAI Python SDK
OpenAI Node.js SDK
OpenAI Node.js SDK
LangChain
LangChain
Any OpenAI-compatible client
Any OpenAI-compatible client