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
templated:create_template
Create a new template with content and variable definitions.
Write
Medium risk
Delete Document
templated:delete_document
Permanently delete a generated document. This action cannot be undone.
Write
High risk
Delete Template
templated:delete_template
Permanently delete a template. This action cannot be undone.
Write
High risk
Generate Document
templated:generate_document
Generate a document from a template by merging data into template variables.
Write
Medium risk
Get Data Source
templated:get_data_source
Fetch a single data source by ID with connection details and schema.
Read
Low risk
Get Document
templated:get_document
Fetch a generated document by ID with metadata and optional content.
Read
Low risk
Get Template
templated:get_template
Fetch a single template by ID with metadata and configuration.
Read
Low risk
List Data Sources
templated:list_data_sources
List data sources with optional filtering and pagination.
Read
Low risk
List Documents
templated:list_documents
List generated documents with optional filtering and pagination.
Read
Low risk
List Templates
templated:list_templates
List templates with optional filtering and pagination.
Read
Low risk
Sync Data Source
templated:sync_data_source
Trigger a data synchronization for a connected data source.
Write
Medium risk
Update Template
templated:update_template
Update an existing template's metadata, content, or variables.
Write
Medium risk