Card snapshot
api.provision-stack.com
·
2026-07-21 05:12:20 UTC
·
6f1f051a6ddd4fb84ee6397fb17dfeff9ad6a0aa0721ef6b3b555716034ce635
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://api.provision-stack.com",
"version": "0.3.0",
"protocolVersion": "0.3",
"provider": {
"organization": "Provision Stack"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"mcp": true
},
"endpoints": {
"mcp": "https://api.provision-stack.com/mcp",
"rest": "https://api.provision-stack.com/api/v1",
"openapi": "https://api.provision-stack.com/openapi.json",
"capabilities": "https://api.provision-stack.com/api/v1/capabilities",
"health": "https://api.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."
}
]
}
}