Create a new repository with an initial access token.
Repository name (alphanumeric, dots, hyphens, underscores).
Optionalopts: { description?: string; readOnly?: boolean; setDefaultBranch?: string }Optional: readOnly flag, description, default branch name.
Repo metadata with initial token.
Get a handle to an existing repository.
Repository name.
Repo handle.
Import a repository from an external git remote.
Source URL and optional branch/depth, plus target name and options.
Repo metadata with initial token.
List repositories with cursor-based pagination.
Optionalopts: { cursor?: string; limit?: number }Optional: limit (1–200, default 50), cursor for next page.
Artifacts binding — namespace-level operations.
Methods may throw
ArtifactsErrorwith codeINTERNAL_ERRORif an unexpected service error occurs.