Discovery
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.
API endpoints
| Method | Path | Description |
|---|---|---|
GET | /.well-known/cloudharness | Well-known manifest |
GET | /v1/primitives | List primitives |
GET | /v1/skills | List skills |
GET | /v1/skills/:id | Download a generated SKILL.md |
GET | /v1/openapi.json | OpenAPI spec |
GET | /skills | Skills index page |
GET | /skills/:id | Skill detail page |