On this page

GET/credits

Returns the current credit balance. 0 credits. Rate class: global.

Request

GET /credits
X-API-Key: sk_live_...

Response

{
  "credits": 842,
  "topUpCredits": 200,
  "planId": "pro"
}
FieldTypeNotes
creditsnumberInteger workspace credits
topUpCreditsnumberInteger top-up balance
planIdstringPlan id, or AppSumo plan, else "free"

MCP

Tool: get_credits.