Add Credits
Add credits to the organization.
When credits are added to a FREE-tier organization:
- If new balance >= 100,000: Auto-upgrade to PRO tier
- If new balance >= 1,000,000: Auto-upgrade to TEAM tier
PRO and TEAM tiers get enhanced rate limits automatically.
Authorizations
Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.
Body
Request to add credits to an organization.
Number of credits to add. Must be positive.
1000
10000
100000
Response
Successful Response
Response after adding credits.
Credit balance before addition
Number of credits added
Credit balance after addition
Account tier before addition
build, scale, enterprise, free, pro, team Account tier after addition (may auto-upgrade)
build, scale, enterprise, free, pro, team Whether tier was automatically upgraded

