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
knack:create_record
Create a new record in a Knack object.
Write
Medium risk
Create User
knack:create_user
Create a new user account in the Knack application.
Write
Medium risk
Delete Record
knack:delete_record
Delete a record from a Knack object. This action cannot be undone.
Write
High risk
Delete User
knack:delete_user
Delete a user account from the Knack application. This action cannot be undone.
Write
High risk
Get Object
knack:get_object
Get metadata about a Knack object including its fields and structure.
Read
Low risk
Get Record
knack:get_record
Fetch a single record from a Knack object by ID.
Read
Low risk
Get User
knack:get_user
Fetch a single user account by ID.
Read
Low risk
List Objects
knack:list_objects
List all objects (database tables) in the Knack application.
Read
Low risk
List Records
knack:list_records
List records from a Knack object with optional filtering and sorting.
Read
Low risk
List Users
knack:list_users
List user accounts in the Knack application with optional filtering.
Read
Low risk
Search Records
knack:search_records
Search for records across all text fields in a Knack object.
Read
Low risk
Update Record
knack:update_record
Update an existing record in a Knack object.
Write
Medium risk
Update User
knack:update_user
Update an existing user account in the Knack application.
Write
Medium risk