create_project
Create a new Unilytics project to organize and track keywords, competitors, and website data. Returns a project ID for subsequent operations.
Instructions
Create a new Unilytics project for the authenticated user.
Use this to set up a project from Claude — then add tracked keywords/prompts
and upload files to it. Returns the new project_id (use it in later tool calls).
Args:
name: The project / brand / business name (required).
domain: The project's website URL (optional, e.g. "example.com").
keywords: Keywords to track — a list, or a comma-separated string.
competitors: Competitor domains — a list, or a comma-separated string.
industry: The project's industry (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| config | No | ||
| domain | No | ||
| industry | No | ||
| keywords | No | ||
| competitors | No |