A workspace lets you stage changes against a remote branch without first copying its files to a local repository. This makes it ideal for bulk imports, automation, and any case where you donβt need a local working copy. For the conceptual overview, see Workspaces. For the Python interface, seeDocumentation Index
Fetch the complete documentation index at: https://docs.oxen.ai/llms.txt
Use this file to discover all available pages before exploring further.
python-api/workspace.
Create a Workspace
Create a workspace on the current branch withoxen workspace create.
Stage Files in a Workspace
Add files to the workspace withoxen workspace add. The file contents are uploaded directly to the remote and staged for commit.
Commit a Workspace
Once your changes are staged, commit them withoxen workspace commit.