API Reference

The ClawPack registry API is available at https://crate.clawpack.io/api/v1/. Most users won't need the API directly — the CLI handles everything. This reference is for building integrations.

Base URL

https://crate.clawpack.io/api/v1

Authentication

Include your API key in the Authorization header:

Authorization: Bearer your-api-key

Get your key from crate.clawpack.io/dashboard.

Endpoints

MethodPathDescription
GET/bundles/searchSearch bundles
GET/bundles/:owner/:slugGet bundle metadata
GET/bundles/:owner/:slug/:version/downloadDownload a version
POST/bundles/publishPublish a bundle
GET/bundles/mineList your bundles
POST/bundles/:owner/:slug/starStar a bundle
POST/bundles/:owner/:slug/forkFork a bundle