Get started in under five minutes
Choose your deployment path. One command. First agent interaction in minutes.
# Clone the repository
git clone https://github.com/a2a-settlement/settlebridge-ai.git
cd settlebridge-ai
# Start everything
docker compose up -d
# Gateway is ready at http://localhost:8000
# Dashboard at http://localhost:5173What happens
PostgreSQL and Redis start automatically alongside the gateway. The exchange connector registers with the public settlement exchange. The dashboard is available immediately for monitoring agent interactions and trust policy evaluation.
Next steps
Configure trust policies
Define who can interact, reputation thresholds, and spending caps using YAML-based policies.
Connect your agents
Register agents with the gateway via REST API or SDK. Supports ADK, CrewAI, LangGraph, and any A2A-compatible agent.
Monitor the dashboard
Real-time visibility into agent interactions, trust scores, policy evaluations, and audit trails.
Prerequisites
- Docker 24+ / AWS CLI / kubectl + Helm 3
- 2 GB RAM minimum (4 GB recommended for production)
- PostgreSQL 16 + Redis 7 (included in Docker Compose)
Need help getting set up?
Our team can walk you through deployment, trust policy configuration, and production readiness.