API documentation
Use this page to pick the right doc set (and avoid mixing the hosted HTTP API with the Python sagents API):
- HTTP API Reference (expand for subpages): backend HTTP endpoints, payloads, and
curlexamples aligned withregister_routesinapp/server/routers. This is the source of truth for integrating with the current server. - Python runtime API: embedding
SAgentand related types from this repo; not the HTTP surface of the main app. Skip it if you only integrate over HTTP.