Create an inbox
guest upload inbox
blobyard inbox create "Support logs" --expires 24hAn inbox lets a guest upload into one project without a Blob Yard account. The capability URL is shown once. Without --expires an inbox lasts seven days, and the longest allowed lifetime is thirty days. The command uses the workspace and project stored by blobyard init, or explicit --workspace and --project flags.
Understand the bounds
- A new inbox accepts up to 20 files and 1 GiB by default.
- The file allowance can be raised to at most 10,000 files.
- Each guest is rate limited to 20 uploads per hour.
- Uploads land in the owning project as normal immutable versions.
List and revoke inboxes
inspect and revoke
blobyard inbox list
blobyard inbox revoke inbox_123Listings show redacted metadata, not the raw capability URL. Revocation stops new uploads immediately while files already received stay in the project.