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 Database Value
codereadr:add_database_value
Add a barcode value to a database for validation purposes.
Write
Medium risk
Clear Database
codereadr:clear_database
Clear all barcode values from a database.
Write
Medium risk
Create Database
codereadr:create_database
Create a new database for storing barcode validation data.
Write
Medium risk
Create Service
codereadr:create_service
Create a new scanning service with specified configuration.
Write
Medium risk
Create User
codereadr:create_user
Create a new user account for scanning operations.
Write
Medium risk
Delete Database
codereadr:delete_database
Permanently delete a database and all its records.
Write
High risk
Delete Service
codereadr:delete_service
Permanently delete a scanning service and all its scan data.
Write
High risk
Delete User
codereadr:delete_user
Permanently delete a user account and all associated scan data.
Write
High risk
Get Database
codereadr:get_database
Fetch a single database by ID with configuration details.
Read
Low risk
Get Scan
codereadr:get_scan
Fetch a single scan record by ID with full details.
Read
Low risk
Get Service
codereadr:get_service
Fetch a single scanning service by ID with configuration details.
Read
Low risk
Get User
codereadr:get_user
Fetch a single user by ID with account details.
Read
Low risk
List Databases
codereadr:list_databases
List all databases with pagination support.
Read
Low risk
List Scans
codereadr:list_scans
List scan records with filtering and pagination support.
Read
Low risk
List Services
codereadr:list_services
List all scanning services with pagination support.
Read
Low risk
List Users
codereadr:list_users
List all users with pagination support.
Read
Low risk
Remove Database Value
codereadr:remove_database_value
Remove a barcode value from a database.
Write
High risk
Update Service
codereadr:update_service
Update an existing scanning service configuration.
Write
Medium risk
Update User
codereadr:update_user
Update an existing user account configuration.
Write
Medium risk