Codemagic
Mobile CI/CD platform for applications, builds, workflows, variable groups, and build cache control.
Supports mobile app delivery that adds Git repositories as applications, manages variable groups, clears caches, and queries build history.
Sign in to connect Codemagic
Sign in to connect an account and start using Codemagic in your apps.
Example Use Cases
These are example ways Snow can use Codemagic 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 an application from a private repository using SSH key authentication. Use when you need to add a new private repository to Codemagic with SSH credentials.
Tool to add a Git repository to the applications list in Codemagic. Use when you need to add a new application to Codemagic from a repository URL.
Tool to delete all caches for a specific application. Use when clearing all cached data for an app. The deletion process is asynchronous and will complete after the API response is returned.
Tool to delete a specific cache from an application. Use when a cached build artifact needs to be removed. The deletion is performed asynchronously and returns immediately with a 202 Accepted status.
Tool to list all builds with optional filters for appId, workflowId, and branch. Use when you need to retrieve build history or search for specific builds. Supports pagination via the skip parameter.
Tool to retrieve information about the currently authenticated user. Use when you need to get user ID, avatar URL, or check user permissions.
Tool to get metadata about Codemagic including public IP addresses in use (in CIDR notation). Use when you need to retrieve IP blocks for whitelisting build machines or simulator network requests.
Tool to retrieve information about Shorebird integration. Use when you need to check supported Flutter versions or the current Shorebird version.
Tool to retrieve the API key for the authenticated user from the server. Use when you need to fetch the API key via the Codemagic API.
Tool to retrieve information about a specific variable group including its name and configuration settings. Use when you need to get details for a variable group by its ID.