Developer Tools22 toolsPaste one API key
Codemagic integration for AI agents
Codemagic is a CI/CD platform focused on mobile app development.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Codemagic once and call the same tools from all of them.
Setup
Connect Codemagic through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Codemagic exposes 22 tools through ClawLink. The 20 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
codemagic_api_v3_meta_get_meta | Get metadata about Codemagic including public IP addresses in use (in CIDR notation) | Read |
codemagic_api_v3_variable_groups_variable_group_id_get_group | Retrieve information about a specific variable group including its name and configuration | Read |
codemagic_get_all_builds | List all builds with optional filters for appId, workflowId, and branch | Read |
codemagic_get_api_key | Retrieve the API key for the authenticated user from the server | Read |
codemagic_get_shorebird_meta | Retrieve information about Shorebird integration | Read |
codemagic_get_user | Retrieve information about the currently authenticated user | Read |
codemagic_get_variable_groups | Retrieve paginated list of variable groups for an application | Read |
codemagic_get_variables | Retrieve paginated list of variables for a specific variable group | Read |
codemagic_retrieve_all_applications | Retrieve all applications added to Codemagic | Read |
codemagic_retrieve_an_application | Retrieve a single application by its unique identifier | Read |
codemagic_retrieve_caches_for_application | Retrieve a list of caches for a specific application | Read |
codemagic_add_application_from_private_repo | Create an application from a private repository using SSH key authentication | Write |
codemagic_add_new_application | Add a Git repository to the applications list in Codemagic | Write |
codemagic_api_v3_variable_groups_variable_group_id_update | Change a variable group's name and security settings | Read |
codemagic_invite_team_member | Invite a new team member to a Codemagic team | Write |
codemagic_receive_webhook | Receive webhook payloads from Git providers to trigger builds automatically | Read |
codemagic_start_new_build | Start a new build for an application with specified workflow and branch or tag | Read |
codemagic_update_variable | Update an existing variable within a specified variable group in Codemagic | Write |
codemagic_remove_team_member | Remove a collaborator or revoke a pending invitation from a Codemagic team | Write |
codemagic_stop_preview | Stop an app preview | Read |