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
ninox:create_record
Create a new record in a table with the specified field values.
Write
Medium risk
Delete Record
ninox:delete_record
Delete a record permanently. This action cannot be undone.
Write
High risk
Execute Script
ninox:execute_script
Execute a Ninox script and return the result.
Write
Medium risk
Get Database
ninox:get_database
Fetch a single database by ID with metadata and structure information.
Read
Low risk
Get File
ninox:get_file
Get file metadata and download URL for a file attachment.
Read
Low risk
Get Record
ninox:get_record
Fetch a single record by ID with all field values.
Read
Low risk
Get Table
ninox:get_table
Fetch a single table by ID with field definitions and metadata.
Read
Low risk
List Databases
ninox:list_databases
List all databases accessible to the authenticated user.
Read
Low risk
List Files
ninox:list_files
List all files attached to a specific field in a record.
Read
Low risk
List Records
ninox:list_records
List records from a table with optional filtering and sorting.
Read
Low risk
List Tables
ninox:list_tables
List all tables in a database with basic metadata.
Read
Low risk
Search Records
ninox:search_records
Search records using Ninox query language with advanced filtering.
Read
Low risk
Update Record
ninox:update_record
Update an existing record with new field values.
Write
Medium risk