Code Storage is a managed Git infrastructure layer that provides repository creation, commits, branching, and merge operations through SDK and HTTP interfaces. See Quickstart to create your first repository.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.
Setup
What Code Storage provides
Every repository is backed by real Git storage with standard semantics:- Branches and refs – create, delete, and list branches; fast-forward and force-push operations
- Commits – write files, read tree state, traverse commit history
- Git protocol – clone, push, and fetch over HTTPS using standard Git clients
- Webhooks – subscribe to push and repo sync events for CI integration
- Integrations – bidirectional sync with GitHub and other Git providers
- Ephemeral branches – temporary branches isolated from your default namespace
- Direct writes – create commits without local Git operations
- Warm/cold tiering – automatic cost optimization based on access patterns
Where to go next
- Getting Started – Create your first repository and commit
- Core Concepts – Repositories, authentication, and permissions
- Guides – Using Git commands, ephemeral branches, webhooks, and integrations
- Reference – Complete SDK and HTTP API documentation