v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Prompts

Create Prompt

post/console/v1/prompts

Request body

namestring required

Name for the AI Config.

displayNamestring

Optional display name for the AI Config.

descriptionstring

Description for the AI Config.

teamstring

Team name.

teamIDstring

Team ID.

tagsstring[]

Optional tags to associate with the AI Config.

creatorIDstring nullable
creatorEmailstring nullable

Example request

{
  "name": "my_prompt",
  "owner": {
    "ownerID": "user123",
    "ownerType": "USER",
    "ownerName": "John Doe",
    "ownerEmail": "owner123@test.com"
  }
}

Response

Create Prompt

messagestring required

A simple string explaining the result of the operation.