v0.1.3 — Sanction
First public release of Sanction — the trust and governance layer for autonomous AI agents.
What's live
- 📦 npm:
sanction-mcp@0.1.3—npx sanction-mcp - 🌐 MCP Registry:
io.github.ericlovold/sanction—active - 🔗 Site / API: https://getsanction.com
Capabilities
- Agent Wallet — spend authorization with configurable policy; per-agent daily/monthly budgets
- Credential Vault — AES-256-GCM secrets, scoped 15-min execution JWTs, full audit log
- Clearance Levels — 1–5 domain authorization
MCP setup
{
"mcpServers": {
"sanction": {
"command": "npx",
"args": ["sanction-mcp"],
"env": {
"SANCTION_API_URL": "https://getsanction.com/api/v1",
"SANCTION_API_KEY": "pxy_...",
"SANCTION_WALLET_ID": "wallet_..."
}
}
}
}Distribution: MCP server · REST API (x-api-key) · AWS Bedrock Action Group.
🤖 Generated with Claude Code