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
Unclaimed drives auto-delete after 30 days. Claiming a drive (via the claim URL) removes the expiry and activates the slug.
Drive limits
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
