Skip to main content
POST
Error

Authorizations

X-API-Key
string
header
required

Body

application/json

Schema for creating a prompt webhook.

url
string<uri>
required
Minimum string length: 1
headers
Headers · object | null
include_prompts
string<uuid>[] | null
exclude_prompts
string<uuid>[] | null
triggers
enum<string>[]

Valid trigger types for prompt webhooks.

Available options:
commit,
tag:create,
tag:update
id
string<uuid> | null

Response

Successful Response

Schema for a prompt webhook.

url
string<uri>
required
Minimum string length: 1
id
string<uuid>
required
tenant_id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
headers
Headers · object | null
include_prompts
string<uuid>[] | null
exclude_prompts
string<uuid>[] | null
triggers
enum<string>[]

Valid trigger types for prompt webhooks.

Available options:
commit,
tag:create,
tag:update