Build A JSON Output Skill
- Create the skill with
POST /api/skills. - Create a version with
POST /api/skills/:id/versions. - Set the output contract on the versioned skill object.
- Run it with
POST /api/skills/:id/run. - Validate the returned
validationanddiagnosticfields onskillRunResponseSchema. - If you need comparison before publish, run a public beta evaluation.