Export Codemagic UI workflows to codemagic.yaml
Codemagic has no “export workflow to YAML” button. In Codemagic, open
DevTools → Network, load your app, and copy the JSON response from
api.codemagic.io/apps/<id>.
Paste it below → download codemagic.yaml.
Everything runs in your browser — nothing is uploaded.
Each part of the generated file maps to a documented Codemagic YAML section:
android_signingios_signinggoogle_playapp_store_connect
Note: secrets (passwords, uploaded keystores/keys, secure env values) are never
returned by the API and can’t be exported. The output references them by name with a
TODO list at the top — re-add each once in the Codemagic UI.