/images and /image-registry.
Endpoints
| Area | Endpoints |
|---|---|
| Image records | GET /images, GET /images/{id}, DELETE /images/{id}, POST /images/{id}/cancel |
| Tag management | POST /images/{id}/tags, DELETE /images/{id}/tags/{tag}, GET /images/tags/list |
| Image creation and lookup | POST /images/ensure, GET /images/resolve |
| Registry helpers | POST /image-registry/check, GET /image-registry/search |
POST /images/ensure is the main code-backed image creation entry point in the current server.