Skip to main content
Use this endpoint to resolve your account’s Home repository. The Home repository is the default destination when creating pipelines or datasets without specifying a repositoryId. The response has the same shape as GET /repositories/{id}.
Workspace-aware alternative — GET /repositories/default. If your account belongs to multiple teams/workspaces, prefer GET /repositories/default. It returns the default writable repository for the API key’s currently active workspace, whereas /repositories/home always resolves the single per-user Home repo. The Alphacast MCP server uses /repositories/default when it auto-resolves a repository. Both endpoints return the same repository object shape.

Request

Authentication

This endpoint requires HTTP Basic Auth. Pass your API key as the username and leave the password empty.

Response

Returns a single repository object — the same structure as GET /repositories/{id}.
integer
Unique numeric identifier for the Home repository.
string
Display name of the repository.
string
Optional description of the repository’s contents or purpose.
string
Visibility setting. Either "Public" or "Private".
string
The team this repository belongs to, if applicable.
string
Your access level. For your Home repository this is always "Owner".

Example

Store the Home repository ID if you plan to create multiple datasets or pipelines — it saves a round-trip on each creation request.