OpenRouter for your agents.
Connect OpenRouter once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 7 curated tools, discovered on demand, with your key stored on your machine and every call going direct to OpenRouter.
What agents can do with OpenRouter
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
openrouter_chat_completionSend a chat completion request to any model on OpenRouter. `model` is the model slug (e.g. openai/gpt-4o, anthropic/claude-opus). `messages` is an array of {role, content} objects.
openrouter_list_modelsList available models with pricing and context limits.
openrouter_get_creditsCheck remaining credits on the account.
openrouter_completionsLegacy (non-chat) text completion against any model. `prompt` is a single string; prefer chat_completion for chat models.
openrouter_get_keyGet info about the current API key: usage, credit limit, and remaining balance.
openrouter_get_generationLook up cost and token stats for a past generation by its id (returned in a completion response).
openrouter_list_model_endpointsList the providers/endpoints serving a specific model, with per-provider pricing and limits.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Sign in to OpenRouter and go to the Keys page.
- Click 'Create Key' and optionally set a credit limit.
- Copy the key; it is shown once.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect OpenRouter to Even: call connect_begin("openrouter") on the even-connect MCP and walk me through it.
List available models on OpenRouter, send chat requests, and check remaining credits.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.