Twist for your agents.
Connect Twist 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 Twist.
What agents can do with Twist
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
twist_get_session_userCheck the credentials: returns the authenticated user.
twist_list_conversationsList conversations the user has access to.
twist_get_conversation_messagesGet messages in a conversation.
twist_post_messageSend a message to a conversation.
twist_list_channelsList channels in a workspace.
twist_get_conversationGet a single conversation by id.
twist_get_channelGet a single channel by id.
twist_post_channel_messageSend a message to a channel.
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.
- Login via the API at /api/v3/users/login with your email and password to receive a user token.
- Or generate a personal API token from your Twist account settings.
- Pass the token in the Authorization header as Bearer {token}.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Twist to Even: call connect_begin("twist") on the even-connect MCP and walk me through it.
List conversations and channels, retrieve messages from a conversation, and send a message to a team.
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.