# AgentMailer developer resources

- Integration documentation: https://agentmailer.ai/docs
- Hosted MCP: https://api.agentmailer.ai/mcp
- MCP server card: https://api.agentmailer.ai/.well-known/mcp/server-card.json
- MCP registry manifest: https://api.agentmailer.ai/.well-known/mcp.json
- Public documentation MCP: https://api.agentmailer.ai/docs/mcp
- Documentation MCP manifest: https://api.agentmailer.ai/.well-known/mcp/docs.json
- Supported permission grants: https://api.agentmailer.ai/.well-known/oauth-protected-resource
- OpenAPI: https://api.agentmailer.ai/openapi.json
- Official plugins, generated SDKs, CLI, skills, and examples: https://github.com/aadi-labs/agentmailer-plugins
- Agent Skills index: https://agentmailer.ai/.well-known/agent-skills/index.json
- A2A Agent Card: https://agentmailer.ai/.well-known/agent-card.json
- Pricing: https://agentmailer.ai/pricing.md

OAuth-capable clients should prefer MCP authorization. Server applications should begin service authentication at POST https://api.agentmailer.ai/v1/agent/sign-up, securely retain the human-approved renewable identity, and exchange its assertion for short-lived access tokens. Keep claim data and credentials out of client bundles and prompts.
