Query mail, contacts, and scheduling from any layer of your stack. REST for direct integration, gRPC for real-time streaming, MCP for autonomous agents, and webhooks for event-driven architectures.
Every Hermers resource ; messages, mailboxes, calendars, contacts, appointments, and tenants ; is accessible over a standard JSON REST API. Cursor-paginated, consistently structured, and fully typed.
Every endpoint follows the same conventions so you never have to guess.
Connect over HTTP/2 for persistent bidirectional streams. Ideal for AI agents that require real-time mailbox notification, bulk mail processing pipelines, or continuous availability checking without polling overhead.
Hermers ships a native MCP server over stdio transport. LLMs call structured tools against the mail, calendar, and scheduling graph ; without ever touching raw message content. Scoped API keys ensure agents can only access what they are explicitly authorized to see.
Every MCP connection is authenticated by an API key. The key's scope array is the agent's permission boundary ; enforced at the transport layer, not the application layer.
Subscribe to any event across mail, calendar, contacts, and scheduling. Every payload is HMAC-signed for verification and delivered via HTTP POST within milliseconds of commit. Automatic retry with exponential backoff and a full delivery audit trail.
TypeScript and Python SDKs with full type coverage. The Hermers CLI handles tenant init, key provisioning, webhook registration, and local testing. Install once, use everywhere.
// API KEY SCOPES
Initialize a tenant, create a scoped key, and make your first API call in under five minutes. Free tier includes REST and native protocol access.
Get API Keys →Full API reference, authentication guide, webhook integration walkthrough, and working code examples in TypeScript, Python, and Go.
Read the Docs →