Tigris Data
717 posts
Tigris is a globally distributed S3-compatible object storage service that provides low latency anywhere in the world. Now with bucket forking.
- Replying to @TigrisDataGit semantics are the way, and they are going to sweep the industry. Be the first and try storagesdk. It supports all popular S3-compatible services:
- Replying to @TigrisDataThe whole workflow: 1. Snapshot your dataset 2. Fork it 50 times, storage and cost won't grow 3. Each agent writes into its own fork 4. The parent stays untouched, roll back or throw away anytime
- S3, R2, GCS, Azure all great storage options - but can they fork buckets? Turns out storage for agents is different, and our compute-based friends need to experiment and drop buckets at will. storagesdk fixes that with one idea: snapshots and forks as first-class operations.
GIF - Replying to @TigrisDataThe agent does its thing: writing files, scratch data, whatever it needs, and it is completely isolated from your other runs. When it's done, the whole thing deletes itself on a timer, so you never have to remember to clean up. Agent-Kit:
- Agents can easily manage S3-compatible storage for their own experiments via agent-kit. When you kick off an agent, @TigrisData hands it its own private bucket and a scoped key just for that run, so it has a clean place to work without you wiring up any storage.
GIF - Object storage finally has an undo button: tigrisdata.com/blog/soft-dele… You can turn on soft delete and every delete drops into a holding state for 7–90 days. Restore inside the window, or Tigris reclaims it for you. Your coding agent or CI job can write straight to prod, and a
- Tomorrow in SF: Fork it, Branch it, Bop it! We’re co-hosting a demo night with @PlanetScale on new infrastructure primitives for agents — forkable sandboxes, branchable databases, checkpointable storage, and more. Demos from @TigrisData, @archildata, @agentuity, @daytonaio,
- Tigris Data repostedjoin us @PlanetScale office with @TigrisData tomorrow evening to see how Mesa's versioning primitives unlocks novel use cases for agents!
- Replying to @TigrisDataWant to try it out or learn more? Check out the blog:
- Replying to @TigrisDataWe've also included a brand new interface to object storage: simplestorage. This acts much closer to our TypeScript SDK while still giving you all the ergonomics that your apps/agents crave.
- Attention Go programmers: we have something for you for once! We've brought our buckety goodness over to Go with our storage-go library! No more having to attach headers in order to rename/move an object, just call RenameObject!
- Tigris Data repostedIt’s been a while since we added branching to storage (Tigris). Now we have made it even easier to use.Object storage finally branches like Git: tigrisdata.com/blog/storagesd… We built storagesdk with @computesdk. With this universal SDK, you can fork a bucket, let an agent or experiment run wild, then keep it or throw it away. Your production data never moves and the agent knowledge








