---
title: "Create a project (fast mode)"
method: POST
path: "/projects"
tags: ["Projects"]
---

# Create a project (fast mode)

`POST /projects`

## Request body

- object
  - `website_url` string, uri, required — Public HTTP(S) URL with a DNS hostname or public IP address. Credentials, private and special IP addresses, localhost and internal hostnames are rejected.
  - `name` string, required
  - `main_country` string, required
  - `main_language` string, required
  - `brand_name` string
  - `description` string
  - `industry` string[]
  - `business_model` string
  - `target_audience` string
  - `brand_voice` string
  - `goals` string
  - `primary_products` string[]
  - `matching_names` string[]
  - `prompts` string[]
  - `competitors` object[]
  - `owned_media` object
  - `use_subdomain` boolean
  - `weekly_email_subscribed` boolean
  - `external_identifier` string — Embed-enabled (Enterprise) accounts only; other accounts receive ERR_PLAN_REQUIRED
  - `execute_prompts_immediately` boolean

## Response `200`

Idempotent replay (existing external_identifier)

## Other responses

- `201` — Created
- `403` — API key lacks write permission
- `422` — Invalid parameters

---

[API](https://skmtc.dev/llmpulse/apis/llm-pulse-api.md) · [All operations](https://skmtc.dev/llmpulse/apis/llm-pulse-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/llmpulse/llm-pulse-api/revisions/b1f6040a24b9/schema)
