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 designed for high-throughput, machine-driven workflows where you need reliable versioning, low-latency reads and writes, and infinite scaling across many different repositories. It works wherever your agents run, whether it’s in a sandbox, or in-process and can be used with a variety of tools and frameworks. Some common use cases that Mesa is optimized for:- Prompt-to-app builders
- SWE agents
- Agent infrastructure like sandboxes
- Agent orchestrators
- AI workflow builders
Benefits over traditional Git hosting
- Our APIs and product surface area are designed from Day 1 to be used by Agents
- Designed for high-volume automated workflows and large repo counts
- Fine-grained API tokens for precise access control
- Virtual filesystem for easy agent access

