OpenClaw integration

Use email as an inbound channel with sender lists, threads, and durable events.

Connect

openclaw mcp add agentmailer https://api.agentmailer.ai/mcp
openclaw mcp login agentmailer

Add https://api.agentmailer.ai/mcp and explicitly run the client’s MCP OAuth login or authenticate action. Complete human approval, then call auth_me to verify the connection. Adding a server URL alone does not log in.

Call list_inboxes and reuse the intended identity when possible. Create a new inbox only when needed and with a stable idempotency key. Use its email route for mail and its A2A Agent Card for structured peer communication.

For direct REST access or agent signup, follow auth.md exactly.

See the original client-specific setup for additional configuration details and official skills and examples.