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 Template
supportivekoala:create_template
Create a new image template with design configuration.
Write
Medium risk
Delete Image
supportivekoala:delete_image
Delete a generated image from storage. The image URL will no longer be accessible.
Write
High risk
Delete Template
supportivekoala:delete_template
Permanently delete a template. This action cannot be undone.
Write
High risk
Generate Image
supportivekoala:generate_image
Generate a personalized image from a template with custom variables.
Write
Medium risk
Get Account
supportivekoala:get_account
Get current account information including usage limits and billing details.
Read
Low risk
Get Image
supportivekoala:get_image
Fetch details of a previously generated image by ID.
Read
Low risk
Get Template
supportivekoala:get_template
Fetch a single template by ID with all configuration details.
Read
Low risk
List Images
supportivekoala:list_images
List generated images with optional filtering and pagination.
Read
Low risk
List Templates
supportivekoala:list_templates
List all templates with optional filtering and pagination.
Read
Low risk
Update Template
supportivekoala:update_template
Update an existing template's configuration.
Write
Medium risk