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 Project
roboflow:create_project
Create a new Roboflow project for computer vision model training.
Write
Medium risk
Delete Project
roboflow:delete_project
Permanently delete a Roboflow project and all its associated data.
Write
High risk
Generate Dataset
roboflow:generate_dataset
Generate a new dataset version with preprocessing and augmentation for model training.
Write
Medium risk
Get Model Version
roboflow:get_model_version
Get details about a specific model version including training metrics and deployment info.
Read
Low risk
Get Project
roboflow:get_project
Fetch details about a specific Roboflow project including versions and model info.
Read
Low risk
Get Training Status
roboflow:get_training_status
Check the training status and progress of a model being trained on Roboflow.
Read
Low risk
List Model Versions
roboflow:list_model_versions
List all trained model versions for a project.
Read
Low risk
List Projects
roboflow:list_projects
List all projects in your Roboflow account or a specific workspace.
Read
Low risk
Predict Image
roboflow:predict_image
Run object detection or classification inference on an image using a trained Roboflow model.
Write
Medium risk
Train Model
roboflow:train_model
Start training a computer vision model on a Roboflow dataset version.
Write
Medium risk
Upload Image
roboflow:upload_image
Upload an image to a Roboflow dataset for training or annotation.
Write
Medium risk