get_yaml_template
Retrieve a starter Codemagic YAML template for building and signing your project. Choose from valid project types; Android templates default to linux_x2 but personal accounts should use mac_mini_m2.
Instructions
Get a starter codemagic.yaml template for a given project type. Templates cover build and signing only — publishing is handled separately via App Store Connect tools. Call list_yaml_template_types to see all valid project_type values. IMPORTANT: Android templates use linux_x2 by default (cheaper, no Mac needed). Personal accounts (no team) cannot use linux_x2 — replace it with mac_mini_m2 for personal accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_type | Yes | The project type to get a template for. Call list_yaml_template_types for all valid values. |