Codemagic icon

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.

Example Use Cases

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

Add Application from Private Repository

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.

Add New Application

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.

Get All Builds

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.

Get Authenticated User

Tool to retrieve information about the currently authenticated user. Use when you need to get user ID, avatar URL, or check user permissions.

Get User API Key

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.

Invite Team Member

Tool to invite a new team member to a Codemagic team. Use when you need to grant team access to a user. Requires team admin privileges. The 'developer' role corresponds to Member role and 'owner' role corresponds to Admin role in Codemagic UI.

Remove Team Member

Tool to remove a collaborator or revoke a pending invitation from a Codemagic team. Use when you need to revoke team access for a specific user or cancel a pending invitation. Supports both active members (MongoDB-style IDs) and pending invitations (UUID-style invitation codes).

Retrieve All Applications

Tool to retrieve all applications added to Codemagic. Use when you need to list or browse all applications in the Codemagic account.

Retrieve an Application

Tool to retrieve a single application by its unique identifier. Use when you need to get application details including name, branches, and workflow configuration.

Start New Build

Tool to start a new build for an application with specified workflow and branch or tag. Use when you need to trigger a build programmatically. Either branch or tag parameter must be provided.