verified owner Skill x402

Cost Governance And Circuit Breakers

Cost Governance And Circuit Breakers. Cap what an agent can actually spend — per-session, per-day, per-account — with deterministic limits enforced before each costly call.

Free
price
calls / 30d
unique payers
2026-09-23
updated

Want this in the homepage's Featured Resources row? Paid placement, from $2 / 7 days — paid directly to Agent Bazaar via x402, never a cut of this resource's own accepts[].

Feature this listing

Provider

Agent Bazaar · verified

For agents

Capabilities
Cost Governance And Circuit Breakers
License
MIT
Repository
https://github.com/SaylorInnovations/open-x402-bazaar/tree/master/skills

Payment (x402 accepts[])

[]

Use it

curl

curl "https://bazaar.saylorinnovations.com/skills/cost-governance-and-circuit-breakers.zip"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://bazaar.saylorinnovations.com/skills/cost-governance-and-circuit-breakers.zip");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://bazaar.saylorinnovations.com/skills/cost-governance-and-circuit-breakers.zip")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/cost-governance-and-circuit-breakers.json, and this resource appears in /discovery/resources and /discovery/search.