Skip to main content
These endpoints are available on the platform API (api.aws.cognee.ai) and manage account-level resources.

Pricing

Cognee Cloud is usage-based β€” you start for free and pay only for what you use. There are no fixed plan tiers. Pricing has two parts:
  • Token usage β€” $2.50 per 1M tokens processed.
  • Workspaces β€” your first workspace is free; each additional workspace is $5 / month.
Your free workspace includes unlimited users and unlimited API calls, and supports the agentic integrations (Claude Code, Codex, MCP). It is created automatically when you sign up β€” no Stripe checkout required. You only start paying when you process tokens beyond your prepaid balance or create additional workspaces. The per-workspace charge keeps the free general workspace open to unlimited users while gating the creation of extra workspaces.

Credit codes

If you have a credit code, you can redeem it for prepaid token credits on the Billing page β€” see Redeem a credit code below.

Billing model

The Billing page (/billing) is where you manage prepaid token credits. It is owner-only β€” non-owners see β€œOnly the owner of this workspace can manage billing and buy credits.”
1

Buy prepaid token credits

Purchase credits through a Stripe Checkout session. Use the quick-pick amounts (10βˆ—βˆ—,βˆ—βˆ—10**, **25, 50βˆ—βˆ—,βˆ—βˆ—50**, **100) or enter a custom amount (minimum $0.50). The estimated number of tokens the amount buys is shown before you check out.
2

Track your balance

The page shows your Remaining balance, a spend meter, and a per-workspace breakdown of usage.
3

Redeem a credit code

Apply a credit code under Have a code? to add prepaid credits to the workspace β€” see Redeem a credit code below.
4

Review purchases

Your purchase history lists every credit purchase made on the workspace.

Redeem a credit code

A credit code adds a fixed amount of prepaid token credits to a workspace. Codes are redeemed on the Billing page, in the Have a code? field below the top-up options:
1

Select the workspace

Credits are added to the workspace you are currently viewing, so switch to the right workspace first. If no workspace is selected, redemption fails with β€œNo workspace selected.”
2

Enter the code

Type your code into the Have a code? field (placeholder Enter code). The input is automatically uppercased as you type. Press Enter or click Redeem to continue.
3

Confirm in Stripe

Redeeming opens a Stripe page to confirm the credit. When it is done, you are returned to the Billing page with the message β€œCode redeemed. Your credits are added once Stripe confirms β€” this can take a few seconds.” If you cancel, you see β€œRedemption cancelled β€” no credits were added.” and nothing is charged or credited.
Each code can be redeemed once per user β€” a code you have already redeemed is blocked. An invalid or unredeemable code shows β€œCould not redeem code.” Credits appear in your Remaining balance a few seconds after Stripe confirms.

Workspaces

Your first workspace is the Personal Workspace β€” it is free, cannot be deleted, and supports unlimited users. Each additional workspace you own costs $5 / month:
  • Creating an extra workspace charges immediately, with proration applied (proration_behavior: always_invoice).
  • Removing a workspace is scheduled for the end of the current billing period; you keep it until then, and a scheduled removal can be cancelled before it takes effect.

Payment method

Your free workspace can be created without adding a payment method. A payment method is required for additional workspaces and for billable usage beyond your prepaid balance. When a customer who already has a default payment method on file is charged for a workspace, the subscription is created directly against that card; Stripe Checkout is used as a fallback when card verification (such as 3D Secure) is required.

API keys

API keys are also managed through the API Keys UI.

Health

GET /health β€” Basic availability probe for the Cognee Cloud service. Returns an empty 200 OK response when the service is running.