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 Member
ghost_org_admin_api:create_member
Create a new member with email and optional profile information.
Write
Medium risk
Create Page
ghost_org_admin_api:create_page
Create a new page with content and metadata.
Write
Medium risk
Create Post
ghost_org_admin_api:create_post
Create a new post with content and metadata.
Write
Medium risk
Create Tag
ghost_org_admin_api:create_tag
Create a new tag with metadata and SEO settings.
Write
Medium risk
Delete Member
ghost_org_admin_api:delete_member
Delete a member permanently. This will cancel any active subscriptions.
Write
High risk
Delete Page
ghost_org_admin_api:delete_page
Delete a page permanently. This action cannot be undone.
Write
High risk
Delete Post
ghost_org_admin_api:delete_post
Delete a post permanently. This action cannot be undone.
Write
High risk
Delete Tag
ghost_org_admin_api:delete_tag
Delete a tag permanently. This will remove the tag from all associated posts.
Write
High risk
Get Member
ghost_org_admin_api:get_member
Fetch a single member by ID with subscription and label information.
Read
Low risk
Get Page
ghost_org_admin_api:get_page
Fetch a single page by ID with content and metadata.
Read
Low risk
Get Post
ghost_org_admin_api:get_post
Fetch a single post by ID with content, metadata, and related data.
Read
Low risk
Get Tag
ghost_org_admin_api:get_tag
Fetch a single tag by ID with metadata and post count.
Read
Low risk
Get User
ghost_org_admin_api:get_user
Fetch a single user by ID with profile information and post count.
Read
Low risk
List Members
ghost_org_admin_api:list_members
List members with filtering, search, and pagination options.
Read
Low risk
List Pages
ghost_org_admin_api:list_pages
List pages with filtering and pagination options.
Read
Low risk
List Posts
ghost_org_admin_api:list_posts
List posts with filtering and pagination options.
Read
Low risk
List Tags
ghost_org_admin_api:list_tags
List tags with filtering and pagination options.
Read
Low risk
List Users
ghost_org_admin_api:list_users
List users with filtering and pagination options.
Read
Low risk
Update Member
ghost_org_admin_api:update_member
Update an existing member's profile and subscription settings.
Write
Medium risk
Update Page
ghost_org_admin_api:update_page
Update an existing page with new content and metadata.
Write
Medium risk
Update Post
ghost_org_admin_api:update_post
Update an existing post with new content and metadata.
Write
Medium risk
Update Tag
ghost_org_admin_api:update_tag
Update an existing tag with new metadata and settings.
Write
Medium risk