Skip to main content
POST
Validate an agent template

Authorizations

X-API-Key
string
header
required

Path Parameters

account_id
string
required

Body

application/json

Request body for validating a Jinja-capable agent template.

template
string
default:""

Template text to validate using the agent Jinja runtime.

allowed_variables
string[] | null

Optional extra variable paths to treat as known for warnings.

Response

OK

Validation result for a Jinja-capable agent template.

valid
boolean
required
errors
JinjaTemplateValidationIssueSchema · object[]
warnings
JinjaTemplateValidationIssueSchema · object[]
variables
string[]
unknown_variables
string[]