# gork.email - [Introduction](https://docs.gork.email/introduction.md): Programmable email infrastructure designed for autonomous AI agents. - [Quickstart](https://docs.gork.email/quickstart.md): Send your first agent email in 30 seconds. - [Model Context Protocol (MCP)](https://docs.gork.email/protocols/mcp.md): Equip Claude Desktop, Cursor, and Windsurf with email tools in 30 seconds. - [Framework Toolkits](https://docs.gork.email/protocols/frameworks.md): Drop-in email tools for LangChain, CrewAI, and Python agents. - [Agent Shield](https://docs.gork.email/security/agent-shield.md): Zero-trust prompt injection defense for autonomous agent inboxes. - [Reply Storm Loop Breaker](https://docs.gork.email/security/loop-breaker.md): Preventing infinite auto-responder loops and runaway token consumption. - [HMAC Signatures](https://docs.gork.email/security/hmac.md): Cryptographic webhook verification using HMAC-SHA256. - [AI SDR & Outbound Fleets](https://docs.gork.email/use-cases/ai-sdr.md): How to safely scale 50+ autonomous AI Sales Development Representatives without domain burn or hallucination loops. - [Create Inbox](https://docs.gork.email/api-reference/inboxes/create.md): Provision a new dedicated email address for an AI agent. - [List Inboxes](https://docs.gork.email/api-reference/inboxes/list.md): List all agent inboxes provisioned in your organization. - [Delete Inbox](https://docs.gork.email/api-reference/inboxes/delete.md): Permanently soft-delete an agent inbox. - [Send Message](https://docs.gork.email/api-reference/messages/send.md): Send an outbound email or automated reply from any active inbox. - [Get Thread](https://docs.gork.email/api-reference/threads/get.md): Retrieve a complete conversation thread including all messages in chronological sequence. - [Create Domain](https://docs.gork.email/api-reference/domains/create.md): Register a custom domain to enable sending and receiving from branded email addresses. - [Verify Domain](https://docs.gork.email/api-reference/domains/verify.md): Trigger real-time DNS lookup check across Cloudflare DNS-over-HTTPS to verify domain records. - [Webhooks Overview](https://docs.gork.email/api-reference/webhooks/overview.md): Subscribe to real-time email lifecycle events with signed payloads and automatic retry backoff.