SolonGate API
Security Gateway for AI Tools and MCP Servers
Endpoints
POST /api/v1/validate- Validate tool callsPOST /api/v1/tokens- Generate capability tokensPOST /api/v1/tokens/verify- Verify tokensGET/POST /api/v1/policies- List/Create policiesGET/PUT /api/v1/policies/:id- Get/Update policyGET/POST /api/v1/tools- List/Register toolsGET/PUT/DELETE /api/v1/tools/:name- Tool CRUD
Authentication
All endpoints require an API key in the X-API-Key header.
curl -X POST https://api.solongate.com/api/v1/validate \
-H "X-API-Key: sg_live_xxx" \
-H "Content-Type: application/json" \
-d '{"tool": "file_read", "arguments": {"path": "/data/file.txt"}}'