Sanction
onesanction.com
· Sanction
The trust and governance layer for autonomous AI agents. Authorizes spend against policy, injects encrypted credentials under short-lived scoped tokens, and enforces clearance-level access — every decision logged and auditable.
onesanction.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-06-23 11:47:26 current | 5f365e175a13… |
view → |
Endpoints
| Agent card | https://onesanction.com/.well-known/agent-card.json |
| Provider | https://onesanction.com |
| Docs | https://onesanction.com/api/openapi.json |
Skills · 3 declared · mapped to canonical taxonomy
Decide whether an agent may make a purchase/subscription/transfer under wallet policy. Returns approved, denied, or escalated with a typed code and remediation …
Exchange a short-lived scoped execution token for a decrypted credential the agent is cleared to use. Every injection is audit-logged; raw values never appear i…
Record token counts and cost of an LLM call against the wallet's daily budget for spend tracking and audit.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/onesanction.com) [](https://agenstry.com/agents/onesanction.com) [](https://agenstry.com/agents/onesanction.com) [](https://agenstry.com/agents/onesanction.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "Sanction",
"description": "The trust and governance layer for autonomous AI agents. Authorizes spend against policy, injects encrypted credentials under short-lived scoped tokens, and enforces clearance-level access \u2014 every decision logged and auditable.",
"url": "https://onesanction.com/api/v1",
"preferredTransport": "JSONRPC",
"version": "1.0.0",
"provider": {
"organization": "Sanction",
"url": "https://onesanction.com"
},
"documentationUrl": "https://onesanction.com/api/openapi.json",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": true
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "authorize-spend",
"name": "Authorize spend",
"description": "Decide whether an agent may make a purchase/subscription/transfer under wallet policy. Returns approved, denied, or escalated with a typed code and remediation hint. Call before any financial action.",
"tags": [
"payments",
"policy",
"governance",
"budget"
],
"examples": [
"May I spend $12 on an API subscription in the 'software' category?",
"Authorize a $250 transfer to vendor X."
]
},
{
"id": "inject-credential",
"name": "Inject credential",
"description": "Exchange a short-lived scoped execution token for a decrypted credential the agent is cleared to use. Every injection is audit-logged; raw values never appear in logs.",
"tags": [
"credentials",
"vault",
"secrets",
"clearance"
],
"examples": [
"Inject the 'openai' API key for this execution."
]
},
{
"id": "track-token-usage",
"name": "Track LLM token usage",
"description": "Record token counts and cost of an LLM call against the wallet's daily budget for spend tracking and audit.",
"tags": [
"budget",
"observability",
"audit"
],
"examples": [
"Log 1,200 input and 800 output tokens for claude-opus-4-8 costing $0.04."
]
}
]
}