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 Run
griptape:cancel_run
Cancel a running or queued run. Completed or failed runs cannot be cancelled.
Write
High risk
Create Structure
griptape:create_structure
Create a new structure (AI workflow) in your Griptape account.
Write
Medium risk
Delete Structure
griptape:delete_structure
Permanently delete a structure and all its associated runs. This action cannot be undone.
Write
High risk
Get Run
griptape:get_run
Fetch a single run by ID with full details including output and events.
Read
Low risk
Get Structure
griptape:get_structure
Fetch a single structure (AI workflow) by ID with full configuration details.
Read
Low risk
List Events
griptape:list_events
List all events for a specific run, showing the execution timeline and details.
Read
Low risk
List Runs
griptape:list_runs
List runs across all structures or for a specific structure with filtering.
Read
Low risk
List Structures
griptape:list_structures
List all structures (AI workflows) in your Griptape account with pagination.
Read
Low risk
Run Structure
griptape:run_structure
Execute a structure (AI workflow) with optional input arguments.
Write
Medium risk
Update Structure
griptape:update_structure
Update an existing structure's name, description, configuration, or tags.
Write
Medium risk