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.
Cancel Assembly
transloadit:cancel_assembly
Cancel a running assembly.
Write
High risk
Create Assembly
transloadit:create_assembly
Create a new assembly for file processing.
Write
Medium risk
Create Template
transloadit:create_template
Create a new template with processing steps.
Write
Medium risk
Delete Template
transloadit:delete_template
Delete a template permanently.
Write
High risk
Get Assembly
transloadit:get_assembly
Fetch a single assembly by ID with processing status and results.
Read
Low risk
Get Bill
transloadit:get_bill
Get billing information for a specific month.
Read
Low risk
Get Template
transloadit:get_template
Fetch a single template by ID with its configuration.
Read
Low risk
List Assemblies
transloadit:list_assemblies
List assemblies with optional filtering and pagination.
Read
Low risk
List Templates
transloadit:list_templates
List templates with optional pagination and sorting.
Read
Low risk
Replay Assembly
transloadit:replay_assembly
Replay an existing assembly with the same configuration.
Write
Medium risk
Update Template
transloadit:update_template
Update an existing template's name and/or steps.
Write
Medium risk