How it works
Use the Mesa TypeScript REST SDK to create a repo and commit files in one call. Mesa handles Git object storage, refs, and history behind the scenes. Use the SDK to create repositories on-demand and edit their contents through MesaFS.Use cases
Mesa is perfect for all sorts of agent products: SWE agents, agent infrastructure like sandboxes, background agents, neo-IDEs, and more.- AI code generation and agent workspaces
- CI/CD automation that needs programmatic Git writes
- Configuration or schema versioning without full clones
- Multi-tenant platforms that create repos per customer or project
Benefits over traditional Git hosting
- Programmatic commits and file edits without local clones or Git CLIs
- Designed for high-volume automated workflows and large repo counts
- Standard Git compatibility when you need to clone or push
- Fine-grained API tokens for precise access control

