Transactional

Agent File Systems

Persistent file storage and workspaces for AI agents. S3-compatible API with per-agent isolation, presigned URLs, and zero egress fees. Powered by Transactional Storage.

4 FILES
STORAGE_V1
research-output
workspace
/reports/
pdfanalysis.pdf2.4 MB
csvdata.csv847 KB
jsonreport.json12 KB
pngscreenshot.png1.1 MB
Workspace Storage4.3 MB / 5 GB
S3-compatible
zero egress
Transactional

Persistent storage for agents.

Each agent gets its own isolated workspace. Upload, download, list, and manage files with a simple API — or use S3-compatible clients directly.

import { Transactional } from '@usetransactional/node';
const tx = new Transactional({ apiKey: 'tr_live_...' });

// Create a workspace
const workspace = await tx.files.workspace.create({
  name: 'research-output',
});

// Upload a file
await tx.files.upload({
  workspace: workspace.id,
  path: '/reports/analysis.pdf',
  content: pdfBuffer,
});

// List files
const files = await tx.files.list({
  workspace: workspace.id,
});

// Generate a download link
const url = await tx.files.presign({
  workspace: workspace.id,
  path: '/reports/analysis.pdf',
});
STORAGE INFRASTRUCTURE

Built for Agent Workspaces

Transactional Storage object storage with zero egress fees and global distribution.

Isolated

Workspaces

Each agent gets its own isolated file namespace.

S3

Compatible

Works with any S3 client, SDK, or CLI tool.

Zero

Egress Fees

Powered by Transactional Storage — no data transfer charges.

Presigned

URLs

Generate temporary links for secure file sharing.

Storage: Online
Powered by Transactional Storage
WHY FILE SYSTEMS

Everything agents need for storage.

Persistent, isolated file storage for agent workspaces.

Zero Egress Fees

No data transfer charges — zero egress fees on all file operations.

01

Metadata Tracking

Every file tracked with metadata, versioning, and audit trail.

02

Simple SDK

Upload, download, list, and delete files with a simple API.

03
S3

COMPATIBLE

Zero

EGRESS

Isolated

WORKSPACES

R2

POWERED BY

YOUR AGENTS DESERVE
REAL INFRASTRUCTURE.

START BUILDING AGENTS THAT DO REAL WORK.

Deploy Your First Agent