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.
Activate Deployment
pixiebrix:activate_deployment
Activate a deployment to make it live for users.
Write
Low risk
Create Brick
pixiebrix:create_brick
Create a new brick with the specified configuration.
Write
Medium risk
Create Deployment
pixiebrix:create_deployment
Create a new deployment for a package.
Write
Medium risk
Deactivate Deployment
pixiebrix:deactivate_deployment
Deactivate a deployment to stop it from running for users.
Write
Low risk
Delete Brick
pixiebrix:delete_brick
Delete a brick permanently. This action cannot be undone.
Write
High risk
Get Brick
pixiebrix:get_brick
Fetch a single brick by ID with its configuration and metadata.
Read
Low risk
Get Deployment
pixiebrix:get_deployment
Fetch a single deployment by ID with its configuration and status.
Read
Low risk
Get Organization
pixiebrix:get_organization
Fetch organization details and settings.
Read
Low risk
List Bricks
pixiebrix:list_bricks
List and search bricks with optional filters.
Read
Low risk
List Deployments
pixiebrix:list_deployments
List deployments with optional filters.
Read
Low risk
List Organization Members
pixiebrix:list_organization_members
List members of an organization with their roles and status.
Read
Low risk
Update Brick
pixiebrix:update_brick
Update an existing brick's configuration and metadata.
Write
Medium risk