add_application_private
Add a private repository to Codemagic by providing the repository URL and base64-encoded SSH key for authentication.
Instructions
Add a new application from a private repository to Codemagic.
Args: repository_url: SSH or HTTPS URL for cloning the repository ssh_key_data: base64-encoded private key file ssh_key_passphrase: SSH key passphrase or None if the SSH key is without a passphrase project_type: Set to "flutter-app" when adding Flutter application team_id: Optional team ID to add the app directly to a team (must be admin)
Returns: Dictionary containing the created application details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository_url | Yes | ||
| ssh_key_data | Yes | ||
| ssh_key_passphrase | No | ||
| project_type | No | ||
| team_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |