Create Prompt
Prompts
Create Prompt
POST
Create Prompt
Documentation Index
Fetch the complete documentation index at: https://docs.statsig.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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"
}