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.
Errors are RFC 9457 problem+json documents with a stable machine-readable code. Lists use cursor pagination, and consequential POSTs accept an Idempotency-Key for safe retries. Every plan can use the API — Free is differentiated by quota, not lockout.
Highlights
- Versioned /v1 REST surface on gid_ API keys
- Plan-gated quotas + per-credential burst limits
- RFC 9457 problem+json errors, cursor pagination, idempotency