Baseten for your agents.
Connect Baseten 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 Baseten.
What agents can do with Baseten
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
baseten_chat_completionSend a chat completion request to a deployed model. `model` is the model id or deployment id. `messages` is an array of {role, content} objects.
baseten_list_modelsList available models on Baseten.
baseten_get_modelGet details of a specific model deployment.
baseten_create_deploymentCreate a new model deployment from a Hugging Face model id or a custom model.
baseten_list_deploymentsList all deployments in the workspace.
baseten_get_deploymentGet details of a specific deployment including status and endpoint.
baseten_completionSend a text completion request to a deployed model. `model` is the model id or deployment id. `prompt` is the input text.
baseten_create_embeddingCreate embeddings for input text using a deployed embedding model.
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 Baseten.
- Go to Settings > 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 Baseten to Even: call connect_begin("baseten") on the even-connect MCP and walk me through it.
Send prompts to Baseten deployed models, get responses for inference tasks, and explore available model deployments.
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.