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 Article
autoblogger:create_article
Create a new AI-generated article with specified parameters.
Write
Medium risk
Delete Article
autoblogger:delete_article
Permanently delete an article. This action cannot be undone.
Write
High risk
Generate From Template
autoblogger:generate_from_template
Generate a new article using a predefined template with custom variables.
Write
Medium risk
Get Account
autoblogger:get_account
Get current account information including usage limits and subscription details.
Read
Low risk
Get Article
autoblogger:get_article
Fetch a single article by ID with content and metadata.
Read
Low risk
Get Generation Status
autoblogger:get_generation_status
Check the AI generation status of an article in progress.
Read
Low risk
Get Template
autoblogger:get_template
Fetch a single content template by ID with structure and settings.
Read
Low risk
List Articles
autoblogger:list_articles
List articles with filtering and pagination options.
Read
Low risk
List Templates
autoblogger:list_templates
List content templates with filtering and pagination options.
Read
Low risk
Publish Article
autoblogger:publish_article
Publish a draft article immediately or schedule it for later publication.
Write
Medium risk
Update Article
autoblogger:update_article
Update an existing article's content and metadata.
Write
Medium risk