git push.
The Git URL uses the instance’s public API origin. Hosted Workspaces and the
default container setup use the app origin. A Cloudflare self-hosted deployment
uses its separate public API origin, not the Access-protected app origin.
Before you clone
You need:- Git installed on your computer.
- A Workspaces API key.
- An API key whose owner can view the workspace.
- Your Workspaces public API origin and workspace ID.
Clone the workspace
The repository URL uses this form:- Enter any username, such as
workspaces. - Enter the Workspaces API key as the password.
Fetch or pull changes
Run these read-only commands inside the clone:Read-only limits
Workspaces provides the read-onlymain history and rejects git push. Make
changes in the browser or through the API or MCP, then fetch the new history.
Workspaces does not allow remote branch changes or other Git writes.
Fix clone and fetch errors
Reviewed July 22, 2026. Maintained by the Plannotator documentation team.
