Skip to main content
Codemagic logo

Codemagic

Codemagic is a CI/CD platform focused on mobile app development.

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Codemagic authenticates with an API key. Generate the credential in your Codemagic account, then paste it into FlyMyAI the first time an agent uses a Codemagic action.

Get your Codemagic credential →

Fields to fill in FlyMyAI

FieldDetails
API TokenThe access token is available in the Codemagic UI under Teams > Personal Account > Integrations > Codemagic API > Show. (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
CODEMAGIC_ADD_APPLICATION_FROM_PRIVATE_REPOTool 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.repositoryUrl, sshKey
CODEMAGIC_ADD_NEW_APPLICATIONTool 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.repositoryUrl
CODEMAGIC_API_V3_META_GET_METATool 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.-
CODEMAGIC_API_V3_VARIABLE_GROUPS_VARIABLE_GROUP_ID_GET_GROUPTool 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.variable_group_id
CODEMAGIC_API_V3_VARIABLE_GROUPS_VARIABLE_GROUP_ID_UPDATE_GROUPTool to change a variable group's name and security settings. Use when you need to update an existing variable group by its ID. Returns success confirmation on 204 No Content response.variable_group_id
CODEMAGIC_DELETE_ALL_APPLICATION_CACHESTool 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.id
CODEMAGIC_DELETE_SPECIFIC_CACHETool 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.app_id, cache_id
CODEMAGIC_GET_ACCOUNT_INFOTool to retrieve account information for over-the-air updates. Use when you need to check the account status (enabled/disabled/pending) and associated team identifier.-
CODEMAGIC_GET_ALL_BUILDSTool 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.-
CODEMAGIC_GET_API_KEYTool to retrieve the API key for the authenticated user. Use when you need to fetch the API key associated with the current authentication token.-
CODEMAGIC_GET_USERTool to retrieve information about the currently authenticated user. Use when you need to get user ID, avatar URL, or check user permissions.-
CODEMAGIC_GET_VARIABLESTool to retrieve paginated list of variables for a specific variable group. Use when you need to list or browse environment variables within a variable group.variable_group_id
CODEMAGIC_GET_VARIABLE_GROUPSTool to retrieve paginated list of variable groups for an application. Use when you need to list or browse variable groups associated with a specific app.app_id
CODEMAGIC_INVITE_TEAM_MEMBERTool 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.team_id, email, role
CODEMAGIC_LIST_TEAM_APPSTool to list all apps for a specific team in Codemagic. Use when you need to browse or retrieve team application information. Supports pagination via page and page_size parameters.team_id
CODEMAGIC_RECEIVE_WEBHOOKTool to receive webhook payloads from Git providers to trigger builds automatically. Use when repository events (commits, pull requests, tags) need to trigger Codemagic builds programmatically.app_id, ref, repository, pusher
CODEMAGIC_REMOVE_TEAM_MEMBERTool to remove a collaborator from a Codemagic team. Use when you need to revoke team access for a specific user. The removal is performed asynchronously and returns immediately with a 202 Accepted status.team_id, user_id
CODEMAGIC_RETRIEVE_ALL_APPLICATIONSTool to retrieve all applications added to Codemagic. Use when you need to list or browse all applications in the Codemagic account.-
CODEMAGIC_RETRIEVE_AN_APPLICATIONTool to retrieve a single application by its unique identifier. Use when you need to get application details including name, branches, and workflow configuration.id
CODEMAGIC_RETRIEVE_CACHES_FOR_APPLICATIONTool to retrieve a list of caches for a specific application. Use when you need to view cached data, check cache sizes, or manage application storage.id
CODEMAGIC_START_NEW_BUILDTool 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.app_id, workflow_id
CODEMAGIC_STOP_PREVIEWTool to stop an app preview. Use when you need to stop a running app preview by its identifier.preview_id
CODEMAGIC_UPDATE_VARIABLETool to update an existing variable within a specified variable group in Codemagic. Use when you need to modify a variable's name, value, or secure status.variable_group_id, variable_id
We love our partners - FlyMy.AI builds with the best. Thanks, Codemagic!