Every resource in Ontora — campaigns, transcripts, webhooks, API keys — belongs to a single workspace. Workspaces map 1:1 to Clerk organizations.Documentation Index
Fetch the complete documentation index at: https://docs.ontora.com/llms.txt
Use this file to discover all available pages before exploring further.
Membership
Users are added to workspaces through Clerk. Roles:| Role | Can do |
|---|---|
admin | Manage members, manage API keys, full data access |
member | Full data access within the workspace |
Listing your workspaces
Returns the workspaces the current user belongs to. Requires a Clerk JWT (not an API key).Workspace isolation
There is no cross-workspace data access. Every API request, every webhook delivery, and every MCP tool call is scoped to a single workspace, derived from:- The Clerk organization on the JWT, or
- The workspace bound to the API key at creation time.
403 Forbidden.