Documentation Index
Fetch the complete documentation index at: https://docs.qalico.com/llms.txt
Use this file to discover all available pages before exploring further.
Workspaces
Workspaces are the top-level container for regulatory data. Each workspace has its own profile, subscriptions, and updates.
List workspaces
Returns all workspaces the API client has access to.
Response:
[
{ "id": "abc-123", "name": "Acme Medical" },
{ "id": "def-456", "name": "MedTech Corp" }
]
Create workspace
Creates a workspace with chat and regulatory watch features enabled, profile in onboarding-completed state.
Response (201):
{ "id": "abc-123", "name": "Acme Medical" }
Delete workspace
DELETE /api/workspaces/:workspaceId
This permanently deletes the workspace and all its data. This cannot be undone.
Response (204): No content.