API Reference
OCI Distribution API
BuildEverything.ai implements the OCI Distribution v2 specification.
Base URL
https://registry.buildeverything.ai
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/v2/ |
GET | Health check |
/v2/_catalog |
GET | List repositories |
/v2/{name}/manifests/{ref} |
GET | Get manifest |
/v2/{name}/blobs/{digest} |
GET | Get blob |
Search API
Full-text search over published components.
| Endpoint | Method | Description |
|---|---|---|
/api/v1/search?q={query} |
GET | Search components by name and metadata |