{
  "format": "delx/intent-card/v1",
  "id": "error-budget-plan-api",
  "intent": "Error Budget Plan for an agent workflow",
  "title": "Error Budget Plan API for agents",
  "description": "Convert an SLO percentage and request window into allowed failure budget — call when converting SLO% and request window into allowed failures. Use for SRE/ops math agents buy from broad utility catalogs: SLA, error budget, success rate, and health scores with zero upstream cost. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, and no claim of live chain tip, web search, or media generation. Results are advisory; the caller owns authorization and production controls.",
  "keywords": [
    "Error Budget Plan API",
    "Error Budget Plan for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/error-budget-plan-api",
  "machine_url": "https://commerce.delx.ai/intents/error-budget-plan-api.json",
  "recommendation": {
    "tool_name": "util_error_budget_plan",
    "service_name": "Delx Error Budget Plan",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/error-budget-plan",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "slo_percent": {
          "description": "Service level objective as a percent (e.g. 99.9).",
          "type": "number"
        },
        "window_requests": {
          "description": "Request count in the error-budget window.",
          "type": "number"
        }
      },
      "required": [
        "slo_percent",
        "window_requests"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "slo_percent": 99.9,
      "window_requests": 100000
    },
    "example_output": {
      "schema": "delx/util-error-budget-plan/v1",
      "slo_percent": 99.9,
      "window_requests": 100000,
      "allowed_failures": 100,
      "budget_percent": 0.1
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/error-budget-plan -m POST -H 'x-delx-source: intent-card-error-budget-plan-api' --max-amount 0.003 -b '{\"slo_percent\":99.9,\"window_requests\":100000}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-error-budget-plan-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/error-budget-plan"
  }
}
