Validate deployment

View as Markdown

Validates a deployment request without applying it to the cluster. Useful for pre-flight checks.

Authentication

AuthorizationBearer
OAuth 2.0 device flow or session token from WorkOS

Request

This endpoint expects an object.
accountstringRequired
Account that owns the deployment
namestringRequired
Agent name
source_accountstringOptional

Source account for cross-account deploys (uses latest published version)

user_credentialsmap from strings to stringsOptional

Credential key-value pairs required by the agent

interfaceslist of stringsOptional

Interface adapter names to enable (e.g. [“slack”, “web”])

schedulesmap from strings to stringsOptional
Cron schedules keyed by ingestion name

Response

Validation passed
validboolean or null
build_idstring or null
namestring or null

Errors