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.
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 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 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 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.
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).
Tool to retrieve all applications added to Codemagic. Use when you need to list or browse all applications in the Codemagic account.
Tool to retrieve a single application by its unique identifier. Use when you need to get application details including name, branches, and workflow configuration.
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.