API Reference
OpRelay's primary interface is MCP — most agents interact through MCP tools exclusively. The REST API is available for dashboard integrations, monitoring, and custom tooling.
Base URL
http://localhost:3000/api/v1
Authentication
All API requests require a Bearer token:
curl -H "Authorization: Bearer your-token" \
http://localhost:3000/api/v1/projects