Documentation
Mock structure for future OpenAPI-backed reference pages.
Auth & sessions
- Bearer tokens from /auth/login
- Guest session bootstrap for previews
- Profile hydration from /user/profile
Agents API (mock)
- GET /chatbots — list workspace agents
- POST /chatbots — create with model + prompt
- PUT /chatbots/:id — update instructions and channels
Streaming chat (mock)
- POST /widget/:uuid/chat/stream — SSE token stream
- Owner test path mirrors widget with auth