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"
}
| Field | Type | Notes |
|---|---|---|
credits | number | Integer workspace credits |
topUpCredits | number | Integer top-up balance |
planId | string | Plan id, or AppSumo plan, else "free" |
MCP
Tool: get_credits.