get_or_create_project
Retrieve an existing project by name or create a new one within a specified organization.
Instructions
Find a project by name or create it if it doesn't exist.
Args: name: Project name to find or create. org_id: Organization ID to create in if not found (get from list_organizations).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| org_id | Yes |