Validate & Compile Config
validate_configValidates a CircleCI config YAML, returning its status, errors, and resolved output. Use to verify config changes before recommendation.
Instructions
Validate and compile a CircleCI config YAML string. Returns whether the config is valid, any errors, and the fully-expanded output YAML (with orbs resolved). Use this to verify a proposed config change before recommending it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner_id | No | Organization UUID (required to resolve private orbs). Find it via GET /me/collaborations. | |
| config_yaml | Yes | Full CircleCI config YAML string to validate. | |
| pipeline_parameters | No | Pipeline parameter values to use during compilation. |