Base URL
All Workspace endpoints live under:Organization header (x-org)
Workspace endpoints under /api/v1/app/* require the x-org header so Zylon knows which workspace organization to target.
You can set x-org to either:
- the organization slug (recommended), for example
default - the organization ID (UUID)
Core concepts
This model supports multi‑org setups where the same person can be a member of multiple workspaces with different roles.
Pagination
Pagination is a shared model across the Workspace API. List endpoints return a page envelope with cursors:Pagination envelope example
Pagination envelope example
page, page_size, after, before, first, last, and total_count when they’re available on the endpoint.
Workspace API sections
General
Analytics, issues, search, and system status endpoints.
Authentication
SSO login flows and workspace login/auth callbacks.
Users
Create, update, and manage user access and org membership.
Projects
Provision projects, manage membership, and control visibility.
Chats
Create threads, run interactions, and stream responses.
Content
Manage artifacts and integrations like Confluence, SharePoint, Filesystem, and Claromentis.
Errors and edge cases
- 401/403: token missing or insufficient permissions.
- 404: resource IDs are invalid or deleted.
- Redirect endpoints: login/callback routes return
302responses intended for browsers.