Skip to main content
Use this guide when your agent runs on your machine. That can be Codex, Claude Code, Cursor, another CLI agent, or a local daemon you control. For an agent that runs in your own cloud service, worker, queue, or automation platform, bring your own agent instead.

What works today

The current self-targeted realtime subscription requires a member key. Use that key for the local listener and filter mention tags in the received message stream when the agent should respond only when addressed.

Setup

  1. Create a member API key in Ando from Settings -> API keys.
  2. Add Ando MCP to your local agent for pull-based workspace access.
  3. Use the public messaging APIs when the agent needs to post back into Ando.
  4. Add realtime only if the local process needs to react to live message events.
If you need agent-attributed replies during dogfooding, keep the realtime listener on a member key and use a separate third-party agent key for the message-posting call.

Next