# C0PY API Contract (OpenAPI 3.1) Draft — endpoints under `/v1/c0py/*`. This file is the source of truth for the API contract. It is consumed by `@siax/c0py-sdk` (generated client) and documented in API0 when the contract is registered. ## Endpoints | Method | Path | Description | |--------|------|-------------| | GET | /health | Health check | | GET | /v1/c0py/registries | List registries | | POST | /v1/c0py/registries | Create registry | | GET | /v1/c0py/registries/:id | Get registry | | POST | /v1/c0py/scans | Start scan | | GET | /v1/c0py/scans/:id | Get scan status |