Error phases
| Phase | Example |
|---|---|
| Parse | malformed block syntax |
| Validation | unknown reference or invalid schema path |
| Runtime | provider request failed, tool call failed, invalid model output |
/execute error shape
/execute event-stream error shape
Common fixes
- Check that every referenced agent field exists in that agent’s
outputblock. - Check that
inputandsecretspayloads match the workflow declarations. - Check that imported tools, prompts, and resources are listed in an agent’s
usesarray when the agent needs them. - Check provider endpoint, API key, and model IDs.
- Check that tool call runtime values are supplied with
bindings {}.