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.
Sign in to connect CircleCI
Sign in to connect an account and start using CircleCI in your apps.
Related integrations
Example Use Cases
These are example ways Snow can use CircleCI when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
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.
Tool to create a new CircleCI context using the GraphQL API. Use when you need to create a context for storing environment variables in CircleCI. The mutation returns error information if creation fails or payload data if successful.
Tool to create a context restriction in CircleCI. Use when you need to limit context access based on project, expression rules, or group membership.
Tool to create a group in an organization. Use when you need to organize users within a CircleCI organization by creating logical groups.
Tool to create a new URL Orb allow-list entry for an organization. Use when you need to allow URL-based orb references from specific URL prefixes in CircleCI pipelines for an organization.
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.
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.
Tool to create a usage export job for a CircleCI organization. Use when you need to export usage data for billing, analysis, or reporting purposes. Rate limited to 10 queries per hour. Maximum date window is 32 days, with up to 13 months of historical data available.
Tool to delete a CircleCI context by its UUID using GraphQL API. Use when you need to permanently remove a context from your CircleCI organization. This action is irreversible and will delete all environment variables associated with the context.
Tool to delete a context restriction by its ID. Use when you need to remove a specific restriction from a CircleCI context.