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 Record
softr:create_record
Create a new record in a Softr application's data source.
Write
Medium risk
Create User
softr:create_user
Create a new user in a Softr application.
Write
Medium risk
Delete Record
softr:delete_record
Delete a record from a Softr application's data source. This action cannot be undone.
Write
High risk
Delete User
softr:delete_user
Delete a user from a Softr application. This action cannot be undone.
Write
High risk
Get App
softr:get_app
Fetch details of a specific Softr application including name, domain, and status.
Read
Low risk
Get Record
softr:get_record
Fetch a specific record from a Softr application's data source.
Read
Low risk
Get User
softr:get_user
Fetch details of a specific user in a Softr application.
Read
Low risk
List Apps
softr:list_apps
List all Softr applications in your account with optional filtering.
Read
Low risk
List Records
softr:list_records
List records from a Softr application's data source with filtering and sorting.
Read
Low risk
List Users
softr:list_users
List users in a Softr application with optional filtering and search.
Read
Low risk
Publish App
softr:publish_app
Publish a Softr application to make it live and accessible to users.
Write
Medium risk
Send Notification
softr:send_notification
Send an in-app notification to a specific user in a Softr application.
Write
Medium risk
Update Record
softr:update_record
Update an existing record in a Softr application's data source.
Write
Medium risk
Update User
softr:update_user
Update an existing user in a Softr application.
Write
Medium risk