Create project
create_projectCreate a new project — pass either a website URL or a niche description (or both). Returns projectId immediately; niche analysis and asset mapping run async. Poll get_project until niche.analysisStatus is ready. When the operator says whose site this is, pass siteRelation: mine (their own), client (an existing client), or prospect (a site they are pitching) — ask only if it is ambiguous, never guess. Optionally pass organizationId (see list_organizations) to create the project in a specific organization; it defaults to the personal organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extras | No | ||
| website | No | ||
| originType | No | ||
| originInput | No | ||
| siteRelation | No | ||
| organizationId | No | ||
| nicheDescription | No | ||
| originDescription | No |