Skip to main content
POST
Preview agent prompt

Authorizations

Authorization
string
header
required

Organization API key, generated in studio.sidenet.ai. Backend only — never in a browser.

Path Parameters

id
string
required
Example:

"6f1c0f4e-2b7a-4a51-9a2f-0c9d1b3e5a10"

Body

application/json
version

"draft" (default), a version number, or a version id.

Example:

"draft"

variables
object
Example:

Response

The rendered prompt, and what each block contributed

authoredPrompt
string

The final system prompt: every included block rendered and joined. This is the ORG's authored prompt only — the platform blocks (tool guidance, approvals) are appended at build time and are not shown here.

usesBlocks
boolean

False when the instructions are plain text with no block references.

blocks
object[]

One entry per block, in order, included or not.

droppedVariables
string[]

Variables you sent that were rejected by the size/type limits, so they took no part in the render.