Mesa
Versioned filesystem for AI agents: parallel swarms, checkpoints, and human-in-the-loop governance.
What makes Mesa different
Mesa addresses a critical gap in AI agent infrastructure: persistent, versioned state management. While traditional cloud storage (like S3) or version control systems (like Git) handle data or code respectively, they lack the low-latency, concurrent access required for modern AI workloads. Mesa provides a versioned filesystem that sits between applications and compute, allowing AI agents to read, write, and branch files with sub-50ms latency.
Unlike Git hosts, Mesa supports concurrent writers without locks, enabling “parallel agent swarms” where dozens of agents fork a workspace, work in isolation, and merge results. Unlike standard cloud filesystems, Mesa offers branch-based versioning, diffs, and instant rollbacks, treating files as versioned objects rather than static blobs. This architecture allows developers to implement human-in-the-loop reviews, where agents pause for approval at specific checkpoints, ensuring governance without sacrificing speed.
The platform is designed for cross-cloud compatibility. Agents can run in any environment (AWS, GCP, Azure, or on-prem) while accessing a unified, persistent file system. For enterprise users, Mesa offers a “Bring Your Own Cloud” (BYOC) model, allowing the control plane to be deployed within the customer’s VPC, ensuring data never leaves their perimeter while maintaining SOC 2 Type II compliance.
Pricing model
Mesa uses a simple, usage-based pricing model with a generous free tier and no minimums.
- Free Tier: Includes 50 GB of storage, 1,000 repositories, and 200 GB/month of egress. Virtual filesystem reads are unlimited and free.
- Scale (Pay-as-you-go):
- Storage: $0.18 / GB / month
- Egress: $0.11 / GB (for Git and REST API access)
- Note: Reads via MesaFS (the mounted virtual filesystem) do not count toward egress limits.
- Enterprise: Custom pricing with volume discounts, committed-use options, and self-hosted deployments.
This model stands out by decoupling storage costs from read operations when using MesaFS, incentivizing high-frequency agent access patterns that are typically expensive on traditional cloud storage.
When it fits
- AI Agent Applications: Building agentic workflows that require parallel execution, branching, and merging of code or data.
- Development Environments: Creating ephemeral, versioned dev environments that can be forked and rolled back instantly.
- Collaborative Coding: Scenarios requiring human-in-the-loop approval gates for agent-generated code or changes.
- Cross-Cloud Workloads: Deploying agents across multiple cloud providers while maintaining a consistent file state.
- Data-Intensive AI: Managing large datasets, models, or media files with random access capabilities and deduplication.
When it doesn’t
- Static Web Hosting: Mesa is not a CDN or static hosting provider; it is a backend storage and compute layer for applications.
- Simple Object Storage: If you only need durable, long-term storage without versioning or low-latency concurrent access, traditional S3/GCS buckets are more cost-effective.
Inclusion criteria
Mesa meets all 3 inclusion criteria:
- Transparent Pricing: Detailed pricing tiers and calculator are available at mesa.dev/pricing.
- Self-Service Signup: Users can join the waitlist and start building immediately via the web interface.
- Public SLA/Status: Enterprise plans offer custom SLAs, and SOC 2 Type II audit reports are available for enterprise customers.