Skip to main content
An upload collection is a named grouping of uploads. Every upload belongs to exactly one collection. Collections give the data your fleet records a stable, human-readable identity (Robot Logs, Crash Reports) to keep track of what data is being uploaded.

Properties

string
A human-readable display name that can contain most characters, such as spaces, special characters, and punctuation.Examples: Robot Logs, Crash Reports, Camera Footage
string
A unique, code-friendly identifier for an upload collection.Slugs are immutable and must satisfy the following constraints:
  • Contains only lowercase letters, digits, and hyphens (-)
  • Start and end with a lowercase letter or digit
  • Contain between 1 and 48 characters
Slugs are primarily used in code to reference upload collections in a human-readable format. For instance, file rules are annotated with their collection’s slug to associate uploads with their proper upload collection.Examples: robot-logs, crash-reports, camera-footage

Create an upload collection

Upload collections are created automatically when you create a file rule. Visit the define file rules page to learn how to create upload collections and file rules.
Last modified on August 18, 2026