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.
Get Author
ghost_org_content_api:get_author
Fetch a single author by ID or slug with profile information and post count.
Read
Low risk
Get Page
ghost_org_content_api:get_page
Fetch a single published page by ID or slug with content and metadata.
Read
Low risk
Get Post
ghost_org_content_api:get_post
Fetch a single published post by ID or slug with content and metadata.
Read
Low risk
Get Settings
ghost_org_content_api:get_settings
Fetch public site settings and configuration information.
Read
Low risk
Get Tag
ghost_org_content_api:get_tag
Fetch a single tag by ID or slug with metadata and post count.
Read
Low risk
List Authors
ghost_org_content_api:list_authors
List all authors with filtering, pagination, and sorting options.
Read
Low risk
List Pages
ghost_org_content_api:list_pages
List published pages with filtering, pagination, and sorting options.
Read
Low risk
List Posts
ghost_org_content_api:list_posts
List published posts with filtering, pagination, and sorting options.
Read
Low risk
List Tags
ghost_org_content_api:list_tags
List all tags with filtering, pagination, and sorting options.
Read
Low risk