Render Live Prompt Version
Prompt Renders
Render Live Prompt Version
Renders the active ‘live’ template version of a prompt using supplied variables.
POST
Render Live Prompt Version
Authorizations
Use an access token retrieved from login (Bearer sess_...) or a programmatic API key (Bearer ak_...).
Path Parameters
Unique prompt slug.
Body
application/json
Key-value dictionary of arguments interpolated into the prompt template.
Example:
{ "name": "Alice", "count": 5 }Response
Rendered template string
Fully parsed template response with variable replacements.
Example:
"Hello, Alice! Count is 5."
Sequence version number that was executed.
Example:
1
Unique prompt slug.
Example:
"my_prompt"
List of tag strings assigned to this version.

