Create a new branch from an existing branch, optionally across the ephemeral namespace.Documentation Index
Fetch the complete documentation index at: https://code.storage/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request Body
Source branch name.
Destination branch name.
When
true, treat base_branch as ephemeral.When
true, create the target in the ephemeral namespace.When
true, allow non-fast-forward updates.Optional fallback base branch name used by the backend.
JWT Requirements
- The JWT must include the repository in the
repoclaim - Requires
git:writescope
Response
Error Responses
Invalid branch name or request body
Invalid JWT or missing authorization header
Missing
git:write scopeRepository not found