Skip to main content
Start by choosing the actor. Then choose the transport. MCP bearer auth, realtime tickets, and webhook signing secrets are not actor types. They are ways a chosen actor connects to Ando.

Choose by job

Examples

I am connecting Codex for myself: Create a member API key in Settings -> API keys. Configure Codex outside Ando with MCP bearer auth.
I am running my own agent: Open Studio -> Agents, click Create agent, and choose Third party agent. Store the key in your local daemon, cloud worker, server, or automation platform. I am opening realtime: Use a member, agent, or service key only for the HTTP ticket request. The websocket uses the returned temporary URL. I am receiving webhooks: Store the webhook signing secret in your receiver. Use a separate API key only if the receiver calls Ando after processing an event.

Inside and outside Ando

For API requests, prefer x-api-key. For MCP, use bearer auth because MCP clients send the chosen key as Authorization: Bearer ....