Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://ageneral.ai/v1/projects/{project_id}/keys/{key_id}/budget \ --header 'Authorization: Bearer <token>'
{ "budget": { "maxBudgetUsd": 123, "resetDuration": "<string>", "currentUsageUsd": 123 } }
Ageneral session JWT. Obtain through web sign-in or extension OAuth.
Success
Show child attributes