Running and testing agents locally
Endpoint | Method | Description |
---|---|---|
/ | GET | Welcome page with API info |
/health | GET | Health check endpoint |
/invoke | POST | Synchronous agent invocation |
/stream | POST | Streaming agent responses |
/docs | GET | Interactive API documentation |
/openapi.json | GET | OpenAPI schema |