scalix_project_create
Create a new project within an organization. Returns the project ID, name, and slug. Issue an API key for the new project separately. Needs an admin API key: organization admin scope is never delegated to a connected app, so this tool fails on an OAuth connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project display name | |
| slug | Yes | URL-safe project slug | |
| org_id | Yes | Organization ID |