add_application
Add a new application to Codemagic by providing a repository URL. Optionally assign it to a team using a team ID.
Instructions
Add a new application to Codemagic.
Args: repository_url: SSH or HTTPS URL for cloning the repository 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 | ||
| team_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |