Docs

Credits & Pricing

How CC API credits work, what each endpoint costs, and available pricing plans.

API

Credits & Pricing

CC operates on a simple credit-based model. Every API call costs credits based on the endpoint and data volume.

Free Credits

You get 500 free API credits every month. No credit card required.

Plans

Plan Credits/month Monthly price Price per credit
Starter 500 Free
Builder 2,000 £30 £0.0075
Growth 16,000 £99 £0.00625
Scale 50,000 $295 £0.0059
Pay as you go Per usage £0.008/credit £0.008
Enterprise Custom Custom Custom

Credit Costs by Endpoint

Endpoint Cost
POST /v1/ingest — errors & performance 1 credit
POST /v1/ingest — with agent reports or enriched objects 2 credits
GET /v1/signals 1 credit
GET /v1/alerts 1 credit
GET /v1/score/{session_id} 1 credit
GET /v1/report/{app_id} 10 credits
GET /v1/usage Free

Checking Usage

curl https://api.coolcoding.co.uk/v1/usage \
  -H "Authorization: Bearer cc-YOUR_API_KEY"
{
  "plan": "Builder",
  "credits_used": 1240,
  "credits_remaining": 760,
  "resets_at": "2026-06-01T00:00:00Z"
}

Head to billing to manage your plan.