Skip to main content
Use this quickstart to make your first server-side public API request. For MCP, agents, realtime, and webhooks, start with the developer overview.

1. Create a member API key

  1. Open Settings in Ando.
  2. Go to API keys.
  3. Create or copy a member API key.
  4. Store it as a server-side secret.
Use Which key do I use? if the request should run as an agent or workspace-owned service.

2. Search messages

3. Post a message

Choose a conversation the key can access, then send a message:
Ando derives the author from the API key. Do not send author_id.

Next