Create a Prompt Payload
Prompt Payloads
Create a Prompt Payload
Creates a new sample payload for the specified prompt. Only editors of the team can create.
POST
Create a Prompt Payload
Authorizations
Use an access token retrieved from login (Bearer sess_...) or a programmatic API key (Bearer ak_...).
Path Parameters
Unique prompt UUID.
Body
application/json
JSON object containing variable names and sample values.
Example:
{ "user": "Arpit", "role": "Admin" }Response
Prompt payload created successfully

