Common Debugging Workflows
- Bad output shape — contract trace → actualStructuredOutput vs outputSchema.
- Wrong tool used — steps with
step_type: tool_calland tool_name metadata. - Auth failures — 401/403 on
GET /runs— check Bearer and org match.
step_type: tool_call and tool_name metadata.GET /runs — check Bearer and org match.