Card snapshot
sipi.bot
·
2026-07-22 09:10:42 UTC
·
fe184fcd6920b8c90a5a7acde23529602c08d821bd1ef9e7797cd98705b850af
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": "sipi.bot Spend Firewall",
"description": "Approves, blocks, or flags every transaction an autonomous AI agent proposes, against configurable spend rules. The firewall for the agent economy.",
"version": "0.1.0",
"url": "https://sipi.bot",
"provider": {
"organization": "sipi.bot",
"url": "https://sipi.bot"
},
"capabilities": {
"streaming": true
},
"skills": [
{
"id": "evaluate_transaction",
"name": "Evaluate a spend",
"description": "Given amount, merchant, category, returns APPROVED, BLOCKED, or FLAGGED.",
"tags": [
"spend-control",
"policy",
"guardrail",
"agent-safety"
],
"examples": [
"Can my agent spend $6200 at unknown-gpu.ru?"
]
}
],
"endpoints": {
"evaluate": "https://sipi.bot/v1/transactions/evaluate",
"activity": "https://sipi.bot/v1/activity",
"openapi": "https://sipi.bot/openapi.json",
"eval_report": "https://sipi.bot/eval"
}
}