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. - Python SDK (
gork-sdk, stdlib-only): full REST surface,verify_signature, OpenAI-function tool schemas for agents. See Python SDK. - MCP server: 13
gork_*tools (inboxes, reading, sending, drafts, attachments) over stdio. See MCP Server and per-client setup. - 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.