Create page
Creates a Knowledge Hub page. New pages go through the draft → publish
version flow: set status to published to publish immediately, or
draft (the default) to save without publishing.
Returns the created page with its body (201).
Authorizations
API key created in Settings > API.
Format: exec_live_ followed by 40 alphanumeric characters.
Body
Page title
Markdown body of the page
Whether to save as a draft or publish immediately
draft, published Visibility scope for the new page
private, workspace UUIDs of folders to place the page in
UUIDs of sources to attach to the page
UUIDs of skills to associate with the page
Response
Page created
A single page with its published body, attached sources, and (optionally) its draft.
Unique page identifier (UUID)
Page title
Current page status
draft, published, archived Visibility scope of the page
private, workspace, global User who owns the page
Folders the page belongs to
Skills associated with the page
Number of sources attached to the page
Version number of the published version, or null if never published
Cover image reference (empty string if none)
When the page was last published
Markdown body of the published version (null if unpublished)
Sources attached to the page
Current draft (only included when requested via ?include=draft)