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.
Add User To Group
retool:add_user_to_group
Add a user to a Retool group for permissions management.
Write
Medium risk
Create App
retool:create_app
Create a new Retool app.
Write
Medium risk
Create Group
retool:create_group
Create a new Retool group for organizing users and permissions.
Write
Medium risk
Create User
retool:create_user
Create a new Retool user and send them an invitation email.
Write
Medium risk
Delete App
retool:delete_app
Delete a Retool app permanently. This action cannot be undone.
Write
High risk
Delete User
retool:delete_user
Delete a Retool user permanently. This action cannot be undone.
Write
High risk
Get App
retool:get_app
Fetch a single Retool app by ID with metadata and configuration.
Read
Low risk
Get Group
retool:get_group
Fetch a single Retool group by ID with members and permissions.
Read
Low risk
Get Resource
retool:get_resource
Fetch a single Retool resource by ID with configuration details.
Read
Low risk
Get User
retool:get_user
Fetch a single Retool user by ID with profile and permissions.
Read
Low risk
Get Workflow Execution
retool:get_workflow_execution
Get the status and results of a workflow execution.
Read
Low risk
List Apps
retool:list_apps
List all Retool apps with optional filtering by folder.
Read
Low risk
List Groups
retool:list_groups
List all Retool groups with optional filtering.
Read
Low risk
List Resources
retool:list_resources
List all Retool resources with optional filtering.
Read
Low risk
List Users
retool:list_users
List all Retool users with optional filtering.
Read
Low risk
Remove User From Group
retool:remove_user_from_group
Remove a user from a Retool group.
Write
High risk
Trigger Workflow
retool:trigger_workflow
Trigger a Retool workflow execution with optional input data.
Write
Medium risk
Update App
retool:update_app
Update an existing Retool app's metadata.
Write
Medium risk
Update User
retool:update_user
Update an existing Retool user's profile and permissions.
Write
Medium risk