> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gork.email/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Shipped updates to the Gork API, SDKs, and console.

## v0.1.0 — SDKs & MCP

* **TypeScript SDK** (`@gork/sdk`): full REST surface, `GorkError`, `verifyGorkWebhook`, CLI (`gork`), MCP server binary (`gork-mcp`), LangChain and Vercel AI adapters. See [Node.js SDK](/sdk/nodejs).
* **Python SDK** (`gork-sdk`, stdlib-only): full REST surface, `verify_signature`, OpenAI-function tool schemas for agents. See [Python SDK](/sdk/python).
* **MCP server**: 13 `gork_*` tools (inboxes, reading, sending, drafts, attachments) over stdio. See [MCP Server](/protocols/mcp) and [per-client setup](/ai/introduction).
* **Scheduled sends**: `sendAt` (+1 min to +30 days), quota claimed at dispatch, cancellable while scheduled.
* **Drafts API**: quota-free staging with full lifecycle (create → update → send/discard), idempotent send.
* **Custom domains**: SES-backed verification with DNS instructions and per-check report.
* **Spend protection**: per-cycle email ceilings that pause sending instead of billing overage.
* **Docs**: restructured information architecture — dedicated MCP client guides, webhook deep-dives (events, retries, verification), error catalog, and full endpoint reference.
