Mixedbread AI for your agents.
Connect Mixedbread AI once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Mixedbread AI.
What agents can do with Mixedbread AI
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
mixedbread_create_embeddingCreate an embedding for text or image inputs. `input` is a string or array of strings.
mixedbread_rerankRerank documents against a query. `query` is the search query. `documents` is an array of candidate strings.
mixedbread_list_modelsList available models on Mixedbread AI.
mixedbread_list_filesList files you have uploaded to Mixedbread.
mixedbread_get_fileGet metadata for an uploaded file by id.
mixedbread_list_storesList your vector stores (searchable document collections).
mixedbread_get_storeGet a vector store's metadata by id.
mixedbread_create_storeCreate a new vector store. `name` labels the store; you then add files to it for retrieval.
mixedbread_delete_fileDelete an uploaded file by id.
mixedbread_delete_storeDelete a vector store by id.
mixedbread_search_storeSearch a vector store with a text query.
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 Mixedbread AI dashboard.
- Go to 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 Mixedbread AI to Even: call connect_begin("mixedbread") on the even-connect MCP and walk me through it.
Create embeddings for documents with Mixedbread AI and list available models.
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.