Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Draft
typefully:create_draft
Create a new draft with content and optional scheduling.
Write
Medium risk
Create Folder
typefully:create_folder
Create a new folder for organizing drafts.
Write
Medium risk
Delete Draft
typefully:delete_draft
Permanently delete a draft. This action cannot be undone.
Write
High risk
Get Analytics
typefully:get_analytics
Get analytics data for published posts within a date range.
Read
Low risk
Get Draft
typefully:get_draft
Fetch a single draft by ID with all content and metadata.
Read
Low risk
Get Folder
typefully:get_folder
Fetch a single folder by ID with metadata and draft count.
Read
Low risk
List Drafts
typefully:list_drafts
List drafts with optional filtering and pagination.
Read
Low risk
List Folders
typefully:list_folders
List all folders for organizing drafts.
Read
Low risk
Publish Draft
typefully:publish_draft
Publish a draft immediately to configured social media platforms.
Write
Medium risk
Schedule Draft
typefully:schedule_draft
Schedule a draft to be published at a specific date and time.
Write
Medium risk
Update Draft
typefully:update_draft
Update an existing draft's content, schedule, or metadata.
Write
Medium risk