Create a key
Start with Which key do I use? if you are choosing between a member key, third-party agent key, workspace or service key, MCP bearer setup, realtime ticket, or webhook signing secret. For a human-owned public API integration, create a member API key in Ando:- Open Settings.
- Go to API keys.
- Create or copy an API key.
- Store it in your server-side secret manager.
Set environment variables
Use placeholders in local examples and real secrets only in your private environment:Send the key
Usex-api-key for new integrations:
x-api-key unless you are maintaining an existing bearer-based
integration.
Access model
Each key is scoped to one workspace. Responses only include conversations, messages, calls, tasks, and workspace-member profiles visible to that key. Ando derives authorship from the key or connected-agent identity. Public API clients should not sendauthor_id when creating messages.
Common authorization errors
Treat generated keys as secrets. Do not commit them, paste them into support
tickets, add them to screenshots, or include them in validation logs.