Billing
Authorizations
AuthorizationstringRequired
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
Responses
200
Billing details
application/json
successbooleanOptional
401
Unauthorized — Invalid or missing API key
application/json
403
Forbidden — Requires a master API key
application/json
get
/billingAuthorizations
AuthorizationstringRequired
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
Responses
200
Subscription tiers
application/json
successbooleanOptional
401
Unauthorized — Invalid or missing API key
application/json
403
Forbidden — Requires a master API key
application/json
get
/billing/tiersAuthorizations
AuthorizationstringRequired
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
Responses
200
Credits breakdown
application/json
successbooleanOptional
401
Unauthorized — Invalid or missing API key
application/json
403
Forbidden — Requires a master API key
application/json
get
/billing/creditsLast updated