CircleCI icon

CircleCI

CI/CD platform for projects, workflows, pipelines, jobs, builds, artifacts, and deployment status.

Supports CI work across pipelines, workflows, job artifacts, reruns, and completed job or workflow events.

Example Use Cases

These are the CircleCI actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Create Context

Tool to create a new context in CircleCI. Contexts are used to secure and share environment variables across projects. Use this when you need to set up a new environment configuration for your CircleCI workflows.

Create Context Restriction

Tool to create a context restriction in CircleCI. Use when you need to limit context access based on project, expression rules, or group membership.

Create Organization Project

Tool to create a new project within a CircleCI organization. Use when you need to programmatically set up a new project for CI/CD automation.

Create Project Environment Variable

Tool to create a new environment variable for a CircleCI project. Use when you need to add a new environment variable that will be available in project builds.

Delete Project Environment Variable

Tool to delete an environment variable from a CircleCI project. Use when you need to remove an existing environment variable by name.

Get Context

Tool to retrieve a context by its unique ID. Use when you need details about a specific CircleCI context.

Get Current User

Tool to retrieve information about the currently authenticated user. Use when you need details about the signed-in user's profile, permissions, and account settings.

Get Flaky Tests

Tool to get flaky tests for a project. Use when you need to identify tests that passed and failed in the same commit. Branch-agnostic insights help improve test reliability.

Get Orb Details

Tool to query detailed information about a CircleCI orb using the GraphQL API. Use when you need to retrieve orb metadata, versions, usage statistics, or namespace details.

Get Organization

Tool to retrieve organization details from CircleCI using GraphQL query. Use when you need organization information by ID or by name and VCS type.