MCP server
13 email tools over stdio for any MCP-compatible client. Start here for coding assistants.
MCP clients
Setup guides for Claude, Cursor, Windsurf, Codex, and Copilot.
App-builder integrations
Lovable, Bolt, v0, and Replit via REST + webhooks.
CLI
gork in the terminal for shell agents and CI runners.Node.js SDK
new Gork({ apiKey }) — inboxes, messages, drafts, attachments, domains, webhooks.Python SDK
Gork(api_key) — same surface in snake_case, plus get_tools / execute_tool for agents.Framework adapters
LangChain
gorkTools / createGorkTools / GorkToolkit — 4 tools for LangChain agents.Vercel AI SDK
getGorkAiTools — drop-in tools for generateText and streamText.Agent sends execute immediately with no confirmation gate. For human-in-the-loop flows, have the agent compose with drafts and let a human send.