Create a project
create_projectStart tracking a brand's visibility in AI assistant answers for one market. Creates the project that prompts, competitors, and visibility metrics hang off, and sets it as active for subsequent reporting.
Instructions
Starts tracking one brand in one market. The project is the unit everything else hangs off — prompts, answers, competitors and the visibility computed from them — and it becomes the active project, so the following tools report on it without another call.
A brand tracked in several markets needs one project per market: the same brand with a different country. Check list_projects first; creating a second project for a brand and market already tracked is refused.
Creating a project counts against the workspace plan. Nothing is asked of the assistants until the project has prompts — PromptEye generates the prompts a project tracks: it works out which questions carry demand and phrases them the way people actually put questions to AI assistants, then proposes each one with the gap in the funnel it fills, the demand behind it, how close to a purchase it is asked and how well it fits the brand. list_prompt_suggestions returns those, ready to be accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Display name of the project. Defaults to the brand name. | |
| brand | Yes | The brand name as it is written in answers. Visibility is measured against this name, so write it the way an assistant would, not as a legal entity. | |
| label | No | Short label used to group projects in listings. | |
| domain | Yes | Primary domain of the brand, without protocol or path, e.g. prompteye.com. | |
| country | Yes | Market to track the brand in, as an ISO 3166-1 alpha-2 code such as PL, DE or US. GLOB stands for the global answer set rather than one country. | |
| alternativeDomains | No | Further domains owned by the brand; citations of them count as its own. | |
| excludedCompetitors | No | Brands to keep out of the competitor set — agencies, resellers or anything that is not a rival, so share of voice is not diluted by them. | |
| alternativeBrandNames | No | Other spellings that count as naming the brand — a space, a suffix, a common misspelling. Without these, answers using them read as the brand being absent. |