← All primitives

Discovery

implemented P0 /v1/primitives

Why it matters: Lets an agent landing on CloudHarness enumerate what primitives exist, where their docs live, and how to call them without hard-coding URLs.

Machine-readable primitive and skill catalog so agents can discover capabilities and documentation dynamically.

GitHub issue →

API endpoints

MethodPathDescription
GET/.well-known/cloudharnessWell-known manifest
GET/v1/primitivesList primitives
GET/v1/skillsList skills
GET/v1/skills/:idDownload a generated SKILL.md
GET/v1/openapi.jsonOpenAPI spec
GET/skillsSkills index page
GET/skills/:idSkill detail page