create_project
Create a new project in Selise Cloud.
Args: project_name: Name of the project to create repo_name: Repository name (e.g., 'username/repo') repo_link: Full GitHub repository URL repo_id: Repository ID from GitHub or Git provider is_production: Whether this is a production environment (default: False)
Returns: JSON string with project creation results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_id | No | Any | |
| repo_link | Yes | ||
| repo_name | Yes | ||
| project_name | Yes | ||
| is_production | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |