Deploy App
deploy_appDeploy an APK or AAB to a Google Play track with a two-step confirmation: preview first, then approve to release.
Instructions
Deploy an APK or AAB file to a Play Store track.
Two-step: call with confirm=False first, show the returned preview to the user, and only call again with confirm=True and the preview's confirmation_token once they have approved it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes | Release track - one of: internal, alpha, beta, production | |
| confirm | No | Set True only after the user approved the preview | |
| file_path | Yes | Absolute path to APK or AAB file | |
| package_name | Yes | App package name (e.g., com.example.myapp) | |
| release_notes | No | Optional release notes for this version (string for single language, or use release_notes_multilang for multiple languages) | |
| confirmation_token | No | The token from that preview; never invent one | |
| rollout_percentage | No | Rollout percentage (0-100). Default 100 for full rollout. | |
| release_notes_language | No | Language code for release notes (default: en-US) | en-US |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||