{
  "format": "delx/intent-card/v1",
  "id": "sla-budget-remaining-api",
  "intent": "SLA Budget Remaining for an agent workflow",
  "title": "SLA Budget Remaining API for agents",
  "description": "Remaining SLA seconds from deadline and now. Call when buyer agents tracking SLA burn-down. Returns remaining_seconds and breached as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.",
  "keywords": [
    "SLA Budget Remaining API",
    "SLA Budget Remaining for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/sla-budget-remaining-api",
  "machine_url": "https://commerce.delx.ai/intents/sla-budget-remaining-api.json",
  "recommendation": {
    "tool_name": "util_sla_budget_remaining",
    "service_name": "SLA Budget Remaining",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/sla-budget-remaining",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "deadline_ts": {
          "type": "integer",
          "description": "SLA deadline unix timestamp"
        },
        "now_ts": {
          "type": "integer",
          "description": "Evaluation unix timestamp"
        }
      },
      "required": [
        "deadline_ts",
        "now_ts"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "deadline_ts": 1700003600,
      "now_ts": 1700000000
    },
    "example_output": {
      "schema": "delx/util-sla-budget-remaining/v1",
      "remaining_seconds": 3600,
      "breached": false
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/sla-budget-remaining -m POST -H 'x-delx-source: intent-card-sla-budget-remaining-api' --max-amount 0.001 -b '{\"deadline_ts\":1700003600,\"now_ts\":1700000000}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-sla-budget-remaining-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/sla-budget-remaining"
  }
}
