Available modes
read_schemacreate_allowancecheck_allowancerevoke_allowance
Create bounded permission records for an agent. Set allowed rails, max fee per run, run count, callback requirement, and expiration.
Records authority references only. No funds are held and no payment credentials are exposed.
read_schemacreate_allowancecheck_allowancerevoke_allowanceagent_id, allowed_rails, max_movement_fee_units, max_runs, expires_at
allowance_id, agent_id, allowed_rails, remaining_runs, remaining_budget_units, decision, audit_event_id
GET /api/agent-allowance-console 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-allowance-console
curl -X POST https://weverlabs.com/api/agent-allowance-console \
-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.