Create Prompt
Prompts
Create Prompt
POST
Create Prompt
Authorizations
Headers
Optional header to respect review settings for mutation endpoints.
Body
application/json
Name for the AI Config.
Required string length:
3 - 100Pattern:
^[a-zA-Z0-9_\-. ]*$Example:
"my_prompt"
Optional display name for the AI Config.
Required string length:
3 - 100Pattern:
^[a-zA-Z0-9_\-. ]*$Description for the AI Config.
Maximum string length:
1000List of target app names.
Team name.
Team ID.
Optional tags to associate with the AI Config.
Schema for owner data including ID, type, name. Note that if Entity is created by CONSOLE API, owner will be undefined.
Example:
{
"ownerID": "user123",
"ownerType": "USER",
"ownerName": "John Doe",
"ownerEmail": "owner123@test.com"
}