Get your team info
Returns basic information about the team associated with this API key, including the current credit balance and a billing_mode field. When billing_mode is exempt, do not gate on balance — generations are never blocked. Treat billing_mode as an open enum (unknown values ⇒ non-gating).
Authorizations
Your team API key (starts with al_live_).
Headers
Optional API version pin (YYYY-MM-DD). Defaults to your team's pinned version, or the system default 2026-05-15 for unauthenticated requests.
^\d{4}-\d{2}-\d{2}$"2026-05-15"
Response
Team information
Opaque team ID — never exposed as a sequential int. Stable across team renames.
"team_01HXMQ7Z3K8Y2ABCDEFGHJKM"
Team display name
"Acme Studio"
Current credit balance
500
Creation timestamp (ISO 8601)
"2026-01-15T00:00:00Z"
Billing mode. Known values: "metered" (default) — generations are charged and gated on the credit balance; "exempt" — the team is never charged and never blocked. OPEN enum, typed as a plain string: new modes may be added, so treat any unrecognized value as non-gating (do not hard-code a closed set).
"metered"
Billing email address
"billing@acme.com"

