Get It Done Logo
Get It Done

Developer changelog

RSS

What's new across the GetItDone API, SDK, webhooks, and MCP server.

SDK

TypeScript SDK open-sourced

The official GetItDone TypeScript SDK is now developed in the open. It is a thin, typed wrapper over the /v1 REST surface with retries, automatic idempotency keys on consequential POSTs, cursor pagination helpers, and typed problem errors.

Read more →
WebhooksAPI

Outbound webhooks (Pro+)

Register HTTPS endpoints and receive signed events when tasks change. Payloads are signed with the Standard Webhooks scheme so you can verify authenticity from the raw request bytes.

Read more →
API

Public API v1 launch

The public GetItDone REST API is live at /v1. Authenticate with a gid_ API key over Bearer auth and manage organizations, projects, tasks, the daily plan, and attachments.

Read more →