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 Image
html_css_to_image:create_image
Create an image from HTML and CSS code.
Write
Medium risk
Create Image From Template
html_css_to_image:create_image_from_template
Create an image from a template by filling in variable placeholders.
Write
Medium risk
Create Image From Url
html_css_to_image:create_image_from_url
Create an image by capturing a webpage from a URL.
Write
Medium risk
Create Template
html_css_to_image:create_template
Create a reusable template with placeholder variables for generating multiple images.
Write
Medium risk
Delete Image
html_css_to_image:delete_image
Delete a previously created image from HTML/CSS to Image storage.
Write
High risk
Delete Template
html_css_to_image:delete_template
Delete a template permanently. This action cannot be undone.
Write
High risk
Get Account
html_css_to_image:get_account
Get account information including usage statistics and plan details.
Read
Low risk
Get Template
html_css_to_image:get_template
Fetch a single template by ID with its HTML, CSS, and metadata.
Read
Low risk
List Templates
html_css_to_image:list_templates
List all templates in your account with pagination support.
Read
Low risk
Update Template
html_css_to_image:update_template
Update an existing template's name, HTML, CSS, or description.
Write
Medium risk