v2

latestOpenAPI 3.1.0Proprietary2026-07-26127193620.1 KB
Registries

Create a registry

Create a registry

post/registries

Headers

Idempotency-Keystring

Optional client-supplied idempotency key. Retrying a request with the same key returns the original result instead of performing the action a second time; if omitted the server derives one from the canonical payload hash. Safe to retry network failures without duplicating side effects.

Request body

slugstring required

Lowercase slug, unique across registries.

namestring required
descriptionstring nullable
is_publicboolean
publish_policy'owner_only' | 'request' | 'open'

Who may publish into a registry. owner_only: only the registry owner. request: anyone may request and the owner approves. open: anyone may publish and it lists immediately (no approval step).

Response

Registry created

successtrue required