Skip to main content
POST
Append a new version to an existing prompt

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
promptId
string
required

Parent prompt UUID

content
string
required
Example:

"Updated system prompt text"

Response

201 - application/json
id
string
required

Version UUID

promptId
string
required

Parent prompt UUID

version
number
required

Sequential version number (starts at 1)

content
string
required

Prompt text; supports {{variable}} placeholders

createdAt
string<date-time>
required