# GetItDone for Developers

Build task automation, AI agents, and integrations on the GetItDone platform — one product, three doors: a REST API, a TypeScript SDK, and an MCP server.

## Get your API key

https://app.nowgetitdone.com/settings/api-keys

## The three doors

- **REST API** — https://app.nowgetitdone.com/v1 (https://nowgetitdone.com/docs/api)
- **TypeScript SDK** — https://github.com/DevinoSolutions/getitdone-sdk (source on GitHub, npm release rolling out)
- **MCP server** — https://app.nowgetitdone.com/api/mcp (https://nowgetitdone.com/mcp)

## Built for AI agents

GetItDone treats AI as a first-class user: the MCP server hands assistants rich task context (including image and video-frame context), keys are scope-gated, and plan quotas act as guardrails. Full API docs: https://nowgetitdone.com/docs/api

## Rate limits & quotas

| Plan | API calls / period | Burst / minute | Webhooks |
| --- | --- | --- | --- |
| Free | 50 | 10 | No |
| Pro | 50,000 | 120 | Yes |
| Team | 500,000 | 300 | Yes |
