Available modes
read_schemaevaluate_actionrecord_policy_event
Return allow or deny decisions before an agent exceeds permitted runs, fees, rails, or callback destinations.
Dry-run policy decisions only until connected to production allowance records.
read_schemaevaluate_actionrecord_policy_eventagent_id, rail_key, requested_fee_units, allowance_id
decision, reason, remaining_budget_units, remaining_runs, audit_event_id, evaluated_at
GET /api/agent-budget-guard returns the schema, boundary, and a sample object. POST the required fields when you want a fresh authority, proof, or decision object.
curl https://weverlabs.com/api/agent-budget-guard
curl -X POST https://weverlabs.com/api/agent-budget-guard \
-H "content-type: application/json" \
-d '{"schema_version":"1.0","rail_key":"packetops"}'Agents should read the product API, submit the required fields, keep every returned ID and hash, then verify the receipt and return package after completion.