Skip to content
Back to Provision Stack

Card snapshot

sandbox.provision-stack.com · 2026-07-21 06:49:37 UTC · 9690ab164a0c4a2a4a299d1246fa6d16ff5c804fafe37555dd11c8a51d7c2003

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Provision Stack",
  "description": "Outcome-based infrastructure for autonomous agents: describe an outcome, receive verified infrastructure on your own cloud account, paid via metered microtransactions. Failed deployments are free.",
  "url": "https://sandbox.provision-stack.com",
  "version": "0.3.0",
  "protocolVersion": "0.3",
  "provider": {
    "organization": "Provision Stack"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "mcp": true
  },
  "endpoints": {
    "mcp": "https://sandbox.provision-stack.com/mcp",
    "rest": "https://sandbox.provision-stack.com/api/v1",
    "openapi": "https://sandbox.provision-stack.com/openapi.json",
    "capabilities": "https://sandbox.provision-stack.com/api/v1/capabilities",
    "health": "https://sandbox.provision-stack.com/health"
  },
  "skills": [
    {
      "id": "outcome-deployment",
      "name": "Outcome-based deployment",
      "description": "Natural-language outcome \u2192 verified AWS infrastructure (curated best-practice patterns)",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "cost-estimation",
      "name": "Cost estimation",
      "description": "Tier options with monthly provider cost estimates",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "metered-billing",
      "name": "Metered billing",
      "description": "Prepaid credits, XRP/Stripe top-ups, HTTP 402 self-remediation",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "authentication": {
    "schemes": [
      {
        "type": "http",
        "scheme": "bearer",
        "description": "Self-serve token via POST /auth/tokens. Required for tool calls and authenticated REST routes."
      }
    ]
  }
}