v14

latestOpenAPI 3.0.32026-08-04377889.4 MB
vcr

Create a repository

Create a container registry repository for a project.

post/v1/vcr/repository

Query parameters

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Request body

projectIdstring required
namestring required

Single Docker repository name component.

Example request

{
  "name": "nginx"
}

Response

Example response

{
  "repository": {
    "id": "repo_a1b2c3d4e5f6",
    "projectId": "prj_a1b2c3d4e5f6",
    "name": "my-app",
    "createdAt": "2026-06-30T10:00:00.000Z",
    "updatedAt": "2026-06-30T10:00:00.000Z"
  }
}