SolonGate API

Security Gateway for AI Tools and MCP Servers

Endpoints

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"}}'