Skip to main content
POST
Validate Runtime Config

Authorizations

Authorization
string
header
required

Enter your Kubiya API token (format: Bearer )

Body

application/json

Request to validate agent configuration for a runtime

runtime_type
string
required

Runtime type to validate for

model_id
string | null

Model ID to validate

agent_config
Agent Config · object | null

Agent configuration

system_prompt
string | null

System prompt

Response

Successful Response

Response from validation

valid
boolean
required

Whether configuration is valid

errors
string[]

Validation errors if any