Build A JSON Output Skill

  1. Create the skill with POST /api/skills.
  2. Create a version with POST /api/skills/:id/versions.
  3. Set the output contract on the versioned skill object.
  4. Run it with POST /api/skills/:id/run.
  5. Validate the returned validation and diagnostic fields on skillRunResponseSchema.
  6. If you need comparison before publish, run a public beta evaluation.

See also

Was this page helpful?