GetItDoneGetItDone Docs

Pricing

Where to find GetItDone's plans, prices and per-plan limits, and what happens when a workspace reaches one of them.

GetItDone has three plans — Free, Pro and Team. The prices, what each plan includes and checkout all live on nowgetitdone.com/pricing, and this page canonicalises there: one pricing answer, at one URL.

The numbers are deliberately not restated here. They come from one place in the codebase (@getitdone/pricing), the pricing page renders them from it, and an MDX file cannot import it — so a copy on this page could only ever be typed by hand, and a hand-typed price goes stale silently. What this page does instead is point you at whichever answer you came for.

You wantWhere it lives
Plans, prices, what each plan includes, checkoutPricing
API calls per billing period and per-minute burst, per planRate limits & quotas
How AI actions are metered and what happens at the capAI assistant
Attachment storage and per-file size limitsTasks and projects
Your workspace's current usageSettings → Billing in the app

How limits behave

  • AI at the limit — when a workspace uses its monthly AI actions, AI features pause until the monthly reset or an upgrade. Nothing else stops working.
  • API quotas — burst limits answer 429 rate_limited; period exhaustion answers 429 quota_exhausted. Two independent systems, two codes.
  • Outbound webhooks — a paid-plan feature; on Free the endpoints answer 403 feature_not_enabled rather than silently dropping events.
  • Free forever — the Free plan requires no credit card.

Read this page as Markdown — plain text for AI agents. Every guide at once: llms-full.txt.

On this page