CLI
Evaluate any command from the terminal. No dependencies.
Step 1: Set up A2A TrustGate
Run the quickstart wizard — prints API key setup, MCP config, CLAUDE.md snippet, and wrapper generators:
npx a2a-trustgate quickstart # Then run the interactive setup: npx a2a-trustgate setup
Step 2: Install globally for daily use
npm install -g a2a-trustgate # Evaluate commands: a2a eval "echo hello" # allowed a2a eval "rm -rf /" # blocked # Verify connection: a2a verify # Open dashboard: a2a dashboard