Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET |
/health |
Service health check |
GET |
/v1/tools |
List available tools |
POST |
/v1/tools/{tool_id}/execute |
Execute a tool |
Authentication
Use a Bearer token in the Authorization header for protected endpoints. Rate limits apply per API key.
Response format
Responses are JSON. Errors return structured responses with error, message, and status fields.