Writer for your agents.
Connect Writer once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Writer.
What agents can do with Writer
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
writer_chat_completionSend a chat completion request to Writer's Palmyra models. `messages` is an array of {role, content} objects.
writer_list_modelsList available models on Writer.
writer_text_completionGenerate a completion from a raw prompt (non-chat) with a Palmyra model.
writer_list_filesList files uploaded for use with tools, knowledge graphs, and RAG.
writer_get_fileGet metadata for one uploaded file by id.
writer_delete_fileDelete one uploaded file by id.
writer_list_graphsList Knowledge Graphs (collections of files Palmyra models can retrieve from).
writer_list_applicationsList the no-code applications built in Writer that can be run via the API.
writer_create_fileUpload a file to Writer for use with tools, Knowledge Graphs, and RAG.
writer_create_graphCreate a new Knowledge Graph for use with Palmyra models.
writer_list_model_enginesList available model engines for text generation.
writer_list_assistantsList AI assistants configured in Writer.
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 Writer.
- 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 Writer to Even: call connect_begin("writer") on the even-connect MCP and walk me through it.
Query available Writer models and send chat completion requests to Palmyra LLMs.
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.