Return the resolved org, plan, and current credit balances for the caller’s API token.
Rate-limit and quota state is available in the response headers
(X-RateLimit-Remaining, X-Quota-Remaining) on every /v1/
call — this endpoint adds the credit-balance view so callers can check
remaining compute budget before submitting a job.
Cost: read — rate bucket only.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Organization UUID the token belongs to.
Current plan slug (e.g. team).
Monthly credits remaining. Refills on the first of each month.
Purchased credits remaining. Never expire.
subscription_balance + purchased_balance.
Credits granted each month for the current plan.