Loading...
Loading...
Run application agents through SpendGuard with strict hard budget caps. Use when setting up `spendguard-sidecar`, creating agent IDs, setting or topping budgets, sending OpenAI/Grok/Gemini/Anthropic calls through SpendGuard endpoints, and troubleshooting budget enforcement errors like insufficient budget, in-flight lock conflicts, missing `x-cynsta-agent-id`, or remote pricing signature failures.
npx skill4agent add cynsta-technologies/spendguard-sdk spendguard-strict-budget-runnerreferences/strict-budget-quickstart.mdscripts/bootstrap_strict_budget.pyreferences/error-playbook.mdreferences/strict-budget-quickstart.mdspendguard agent create --name "my-agent"
spendguard budget set --agent <agent_id> --limit 5000 --topup 5000
spendguard budget get --agent <agent_id>python scripts/bootstrap_strict_budget.py --name my-agent --limit 5000 --topup 5000.../v1/...x-cynsta-agent-id: <agent_id>x-cynsta-run-id: <run_id>references/routing-patterns.md402409400references/error-playbook.md{"status":"ok"}budget getremaining_centshard_limit_centsCAP_PRICING_VERIFY_SIGNATURE=true--api-keyCAP_API_KEY