create_project
Create a new SemaphoreUI project for managing Ansible automation, with optional alerting, parallel task limits, project type, and demo resources.
Instructions
Create a new project.
Args: name: Project name alert: Enable alerts (default: False) alert_chat: Chat channel for alerts (optional) max_parallel_tasks: Maximum parallel tasks, 0 = unlimited (default: 0) project_type: Project type (optional) demo: Create demo resources (default: False)
Returns: Created project details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| demo | No | ||
| name | Yes | ||
| alert | No | ||
| alert_chat | No | ||
| project_type | No | ||
| max_parallel_tasks | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||