{
  "format": "delx/intent-card/v1",
  "id": "runway-api",
  "intent": "Runway for an agent workflow",
  "title": "Runway API for agents",
  "description": "Calculate static cash runway from cash and monthly burn. Use it as a bounded preflight or analysis step inside an enterprise agent workflow before data, policy, integration, security, or commercial decisions reach production. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, memory-only, and has no paid upstream or input retention. Results are advisory; the caller remains responsible for authorization and production controls.",
  "keywords": [
    "Runway API",
    "Runway for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/runway-api",
  "machine_url": "https://commerce.delx.ai/intents/runway-api.json",
  "recommendation": {
    "tool_name": "util_runway",
    "service_name": "Delx Runway",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/runway",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "cash": {
          "description": "Input field: cash.",
          "type": "number"
        },
        "monthly_burn": {
          "description": "Input field: monthly_burn.",
          "type": "number"
        }
      },
      "required": [
        "cash",
        "monthly_burn"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "cash": 120000,
      "monthly_burn": 10000
    },
    "example_output": {
      "schema": "delx/util-runway/v1",
      "cash": 120000,
      "monthly_burn": 10000,
      "runway_months": 12,
      "sustainable": false,
      "advisory": "Static runway excludes growth, financing, taxes, and working-capital changes."
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/runway -m POST -H 'x-delx-source: intent-card-runway-api' --max-amount 0.003 -b '{\"cash\":120000,\"monthly_burn\":10000}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-runway-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/runway"
  }
}
