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 Job
circleci:cancel_job
Cancel a running job.
Write
High risk
Cancel Workflow
circleci:cancel_workflow
Cancel a running workflow and all its jobs.
Write
High risk
Create Context
circleci:create_context
Create a new context for storing environment variables.
Write
Medium risk
Delete Context
circleci:delete_context
Delete a context and all its environment variables permanently.
Write
High risk
Get Context
circleci:get_context
Fetch a single context's details and metadata.
Read
Low risk
Get Job
circleci:get_job
Fetch a single job's details including status, timing, and executor info.
Read
Low risk
Get Job Artifacts
circleci:get_job_artifacts
List all artifacts produced by a job with download URLs.
Read
Low risk
Get Job Tests
circleci:get_job_tests
Get test results and metadata for a job.
Read
Low risk
Get Pipeline
circleci:get_pipeline
Fetch a single pipeline's details including status and metadata.
Read
Low risk
Get Project
circleci:get_project
Fetch a single project's details and configuration.
Read
Low risk
Get Workflow
circleci:get_workflow
Fetch a single workflow's details including status and timing.
Read
Low risk
List Contexts
circleci:list_contexts
List all contexts the user has access to.
Read
Low risk
List Jobs
circleci:list_jobs
List all jobs for a specific workflow with status and timing info.
Read
Low risk
List Pipelines
circleci:list_pipelines
List pipelines for a project with filtering and pagination.
Read
Low risk
List Projects
circleci:list_projects
List all projects the user has access to with basic information.
Read
Low risk
List Workflows
circleci:list_workflows
List all workflows for a specific pipeline.
Read
Low risk
Rerun Workflow
circleci:rerun_workflow
Rerun a workflow from the beginning or from failed jobs.
Write
Medium risk
Trigger Pipeline
circleci:trigger_pipeline
Trigger a new pipeline for a project on a specific branch or tag.
Write
Medium risk