create_project
Create a named project folder to organize and file marketing mix models, with optional team sharing. Returns a project ID for saving models.
Instructions
Create a named project (model folder) to file models into.
Names are sanitized the same way model names are (non-empty after HTML sanitization).
Args: name: Display name for the new project. team_id: Optional team to share the project with; must be a team you belong to (403 otherwise, 404 for an unknown team).
Returns the created project (201) including its id — pass that to save_model(project_id=...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| team_id | No |