Packages
Primitive, service, and skill repositories with capability contracts.
7Robot deployments
Whole-robot deploy repositories built around robonix_manifest.yaml.
2API Reference
Static JSON API hosted by GitHub Pages. Use GET; no API key is required.
| Method | Path | Response |
|---|---|---|
GET | /api/v1/packages | ordinary primitive/service/skill package entries |
GET | /api/v1/robots | robot deployment entries parsed from robonix_manifest.yaml |
GET | /api/v1/catalog | combined catalog object |
GET | /api/v1/search | plain combined catalog array for client-side filtering |
GET | /api/v1/package/<name> | one package or robot deployment object |