/api/v1/auth/...
endpoints for managing user sessions./api/v1/chat/...
endpoints for programmatic access to chat functionality./api/v1/users/...
endpoints for managing user information./datasource/{dsSlug}
endpoint for directly querying configured data sources./api/v1/tools/...
endpoints for discovering and invoking available tools./api/v1/apps/...
endpoints for managing user applications and their resource subscriptions./datasource/{dsSlug}
(where {dsSlug}
is the datasource identifier)/datasource/{dsSlug}
and not /datasource/{dsSlug}/
.
/api/v1/tools/
- List available tools and their specifications/api/v1/tools/{toolId}/invoke
- Execute specific tool operations/api/v1/tools/{toolId}/docs
- Retrieve tool usage documentation/mcp
- Connect MCP-compatible clients to access tools