Skip to content

v0.1.3 — Sanction

Choose a tag to compare

@ericlovold ericlovold released this 26 Jun 03:35
· 409 commits to main since this release

First public release of Sanction — the trust and governance layer for autonomous AI agents.

What's live

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