ActionGate

Paid pre-execution safety for agent wallets.

Pre-execution risk, simulation, and policy checks for autonomous agents.

x402-first
Risk score
$0.02 per call
Simulate
$0.05 per call
Policy gate
$0.03 per call
Discovery
https://api.actiongate.xyz/.well-known/agent.json

API

Use the HTTP API directly for typed, deterministic risk checks before an agent executes a transfer or swap.

curl -X POST https://api.actiongate.xyz/v1/risk-score \
  -H "content-type: application/json" \
  -H "x-api-key: demo_key" \
  -d '{"actor":{"actor_id":"treasury-bot"},"action":{"action_type":"transfer","network":"base","asset_symbol":"USDC","amount":"2500"}}'

MCP

Expose the same paid tools to MCP-compatible agents over remote Streamable HTTP or a local stdio package install.

{
  "mcpServers": {
    "actiongate": {
      "url": "https://api.actiongate.xyz/mcp"
    }
  }
}