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 Bucket
appwrite:create_bucket
Create a new storage bucket for file uploads.
Write
Medium risk
Create Collection
appwrite:create_collection
Create a new collection in a database.
Write
Medium risk
Create Database
appwrite:create_database
Create a new database in the project.
Write
Medium risk
Create Document
appwrite:create_document
Create a new document in a collection with custom data.
Write
Medium risk
Create User
appwrite:create_user
Create a new user account with email and optional profile information.
Write
Medium risk
Delete Database
appwrite:delete_database
Permanently delete a database and all its collections and documents.
Write
High risk
Delete Document
appwrite:delete_document
Permanently delete a document from a collection.
Write
High risk
Delete File
appwrite:delete_file
Permanently delete a file from storage.
Write
High risk
Delete User
appwrite:delete_user
Permanently delete a user account and all associated data.
Write
High risk
Execute Function
appwrite:execute_function
Execute a function with optional input data and get the result.
Write
Medium risk
Get Bucket
appwrite:get_bucket
Fetch a single storage bucket by ID with configuration and permissions.
Read
Low risk
Get Collection
appwrite:get_collection
Fetch a single collection by ID with attributes and indexes.
Read
Low risk
Get Database
appwrite:get_database
Fetch a single database by ID with metadata and configuration.
Read
Low risk
Get Document
appwrite:get_document
Fetch a single document by ID with all its data.
Read
Low risk
Get File
appwrite:get_file
Fetch file metadata by ID including size, type, and upload information.
Read
Low risk
Get Function
appwrite:get_function
Fetch a single function by ID with configuration and runtime information.
Read
Low risk
Get User
appwrite:get_user
Fetch a single user by ID with profile information and preferences.
Read
Low risk
List Buckets
appwrite:list_buckets
List all storage buckets in the project with optional search and pagination.
Read
Low risk
List Collections
appwrite:list_collections
List all collections in a database with optional search and pagination.
Read
Low risk
List Databases
appwrite:list_databases
List all databases in the project with optional search and pagination.
Read
Low risk
List Documents
appwrite:list_documents
List documents in a collection with optional queries and pagination.
Read
Low risk
List Executions
appwrite:list_executions
List function executions with status and results.
Read
Low risk
List Files
appwrite:list_files
List all files in a storage bucket with optional search and pagination.
Read
Low risk
List Functions
appwrite:list_functions
List all functions in the project with optional search and pagination.
Read
Low risk
List Users
appwrite:list_users
List users with optional search and pagination.
Read
Low risk
Update Database
appwrite:update_database
Update an existing database's name and settings.
Write
Medium risk
Update Document
appwrite:update_document
Update an existing document with new data and/or permissions.
Write
Medium risk
Update User
appwrite:update_user
Update an existing user's profile information.
Write
Medium risk