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.
Cancel Build
codemagic:cancel_build
Cancel a running or queued build.
Write
High risk
Get Application
codemagic:get_application
Fetch a single application by ID with repository and configuration details.
Read
Low risk
Get Artifacts
codemagic:get_artifacts
Get all artifacts (APK, IPA, logs, etc.) from a completed build.
Read
Low risk
Get Build
codemagic:get_build
Fetch a single build by ID with status, artifacts, and logs information.
Read
Low risk
Get Build Logs
codemagic:get_build_logs
Get build logs for debugging and monitoring build progress.
Read
Low risk
Get Team
codemagic:get_team
Fetch a single team by ID with member and application information.
Read
Low risk
List Applications
codemagic:list_applications
List applications with optional team filtering and pagination.
Read
Low risk
List Builds
codemagic:list_builds
List builds with optional filtering by app, status, and branch.
Read
Low risk
List Teams
codemagic:list_teams
List all teams accessible with the current API key.
Read
Low risk
List Workflows
codemagic:list_workflows
List all workflows configured for an application.
Read
Low risk
Start Build
codemagic:start_build
Start a new build for an application using a specific workflow.
Write
Medium risk