Eve integration

Add AgentMailer as an Eve MCP connection and give a durable agent an equally durable identity.

Connect

defineMcpClientConnection({ url: "https://api.agentmailer.ai/mcp" })

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.