Skip to main content
POST
Set Up Project

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.

Body

application/json
name
string
required

Project name

Minimum string length: 1
website
string
required

Project website URL

countryCode
string

Country code (e.g., US)

languageCode
string

Language code (e.g., en)

monitors
object[]

Optional monitors to create (max 3, 50 prompts total). Omit for one monitor with 10 mixed prompts.

Required array length: 1 - 3 elements

Response

Default Response

id
string<uuid>
required

Project unique identifier

name
string
required

Project name

slug
string
required

Project URL slug

createdAt
string<date-time>
required

Creation timestamp

monitors
object[]
required

Monitors created during setup

website
string | null

Project website URL

warning
string

Present when the project exists but monitors and prompts were not created