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.
Daily/monthly LLM spend + effective caps for the caller’s org.
cURL
curl --request GET \ --url https://app.datafold.com/api/internal/bolt/org/spend \ --header 'Authorization: <api-key>'
{ "daily_cap_usd": 123, "daily_spend_usd": 123, "enforced": true, "monthly_cap_usd": 123, "monthly_spend_usd": 123 }
Use the 'Authorization' header with the format 'Key '
Successful Response