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
renderform:create_template
Create a new template with HTML content and variables.
Write
Medium risk
Delete Template
renderform:delete_template
Delete a template permanently. This action cannot be undone.
Write
High risk
Get Account
renderform:get_account
Get current account information including usage and limits.
Read
Low risk
Get Render
renderform:get_render
Get the status and details of a render request by ID.
Read
Low risk
Get Template
renderform:get_template
Fetch a single template by ID with its configuration and metadata.
Read
Low risk
List Renders
renderform:list_renders
List render requests with optional filtering and pagination.
Read
Low risk
List Templates
renderform:list_templates
List all templates with optional filtering and pagination.
Read
Low risk
Render Image
renderform:render_image
Render an image from a template with dynamic data.
Write
Medium risk
Update Template
renderform:update_template
Update an existing template with new content or settings.
Write
Medium risk