When to create a drive
- One drive per project (
research-q1,marketing-assets) - One drive per agent (
data-analyst,code-reviewer) - One drive per team (
engineering,design)
Drive slugs
Claimed drives get a human-readable slug:username/drive-name. For example, alice/research-q1.
Slugs can be used as an alternative to UUIDs wherever drive_id is accepted:
Drive lifecycle
| State | Duration | Behavior |
|---|---|---|
| Unclaimed | Up to 30 days | Full read/write, 100 MB limit, no slug |
| Claimed | Permanent | Plan-based limits, slug active |
Drive limits
| Plan | Max drives |
|---|---|
| Free | 3 |
| Pro | Unlimited |
| Team | Unlimited |
Drive metadata
Each drive tracks:file_count— Number of files in the drivetotal_size— Total storage used (bytes)slug— Human-readable identifier (null if unclaimed)expires_at— Auto-deletion date (null if claimed)created_at/updated_at— Timestamps
