aap_create_project
Create an Ansible Automation Platform project from a Git or SCM repository, including branch, credentials, and update settings.
Instructions
Create a new AAP project from a Git/SCM repository.
Example: "Create a new project called redis-automation from GitHub"
Args: params (CreateProjectInput): Project configuration.
Returns: str: JSON with created project id, name, and initial status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |