OctoAI for your agents.
Connect OctoAI once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 8 curated tools, discovered on demand, with your key stored on your machine and every call going direct to OctoAI.
What agents can do with OctoAI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
octoai_list_modelsList available models on OctoAI.
octoai_chat_completionSend a chat completion request. `messages` is an array of {role, content} objects.
octoai_create_embeddingCreate embeddings for text inputs.
octoai_completionsLegacy (non-chat) text completion. `prompt` is a single string; prefer chat_completion for instruct models.
octoai_get_modelRetrieve metadata for a single model by id.
octoai_list_fine_tunesList fine-tuning jobs.
octoai_create_fine_tuneCreate a new fine-tuning job.
octoai_get_fine_tuneGet the status and details of a fine-tuning job.
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 OctoAI.
- Go to Account > API Keys.
- Create a new API key and copy it.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect OctoAI to Even: call connect_begin("octoai") on the even-connect MCP and walk me through it.
List available OctoAI models, run chat completions with temperature control, and create text embeddings.
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.