# Get It Done > AI-powered task management for teams: plan your day, run stand-ups, and turn updates into tasks — with a public REST API, a TypeScript SDK, and a remote MCP server so people and AI agents can work with your tasks directly. ## Product - [Home](https://nowgetitdone.com/): product overview, features, and how it works - [MCP Server](https://nowgetitdone.com/mcp): connect Claude, Cursor, or any MCP client to your tasks — endpoint, auth, and the full tool list - [Pricing](https://nowgetitdone.com/pricing): free, Pro, and Team plans — unlimited tasks on every plan - [Privacy Policy](https://nowgetitdone.com/privacy): how we collect, use, and protect your data ## Developers - [Developers](https://nowgetitdone.com/developers): the developer platform — REST API, SDK, and MCP as one surface - [API Docs](https://nowgetitdone.com/docs/api): auth, quickstart, errors, rate limits, pagination, idempotency - [Operations](https://nowgetitdone.com/docs/api/operations): every /v1 endpoint, grouped by resource - [Error Codes](https://nowgetitdone.com/docs/api/problems): every RFC 9457 problem code and how to fix it - [Webhooks](https://nowgetitdone.com/docs/api/webhooks): signed outbound task events (Pro+) - [TypeScript SDK](https://github.com/DevinoSolutions/getitdone-sdk): official typed client — `npm install @nowgetitdone/sdk` - [Changelog](https://nowgetitdone.com/changelog): updates to the API, SDK, webhooks, and MCP - [For AI Agents](https://nowgetitdone.com/docs/ai): machine-readable indexes and agent guidelines - [OpenAPI](https://nowgetitdone.com/docs/api/openapi.json): the OpenAPI 3.1 document - [llms-full.txt](https://nowgetitdone.com/llms-full.txt): the full developer docs as one Markdown file ## Instructions for AI agents - Every docs page has a Markdown twin: append `.md` to its URL (e.g. https://nowgetitdone.com/docs/api.md, https://nowgetitdone.com/docs/api/operations/createTask.md). - The REST API base URL is https://app.nowgetitdone.com/v1. Authenticate with `Authorization: Bearer gid_…`. - Get an API key in the app: https://app.nowgetitdone.com/settings/api-keys - Errors are RFC 9457 problem+json — switch on the stable `code`, back off on 429 honoring `Retry-After`, and send an `Idempotency-Key` on consequential POSTs.