Stop losing release files in chat.
One durable source. Controlled access. Clear version. No more “which one?”
Git keeps your source. CI and agents produce the output. Blob Yard gives every build, binary, dataset, log bundle, and generated file a durable path to the person or system that needs it.
Upload from the terminal, CI, or an agent. Store it durably and privately. Hand it off with scoped, revocable access.
Move one real artifact into Blob Yard.
blobyard upload ./dist/release.zip --path releases/release.zip
Scoped transfer grant created
Uploading100%
Blobyard URI: blobyard://workspace/project/releases/release.zip?version=1
blobyard share blobyard://workspace/project/releases/release.zip?version=1 --expires 7d
Share URL: https://blobyard.com/s/<public-share-capability>
Revocable share expires in 7 days
Stored file remains unchanged
The problem
Before Blob Yard
With Blob Yard
Upload from the native CLI, trusted GitHub Actions, local MCP server, or stable API.
Blob Yard verifies it, stores it privately, and records the version and audit event.
Create a scoped share, inbox, preview, or download without changing the stored file.
Choose the access path:
What moves through it
One durable source. Controlled access. Clear version. No more “which one?”
Static publishing, backed by Blob Yard
blobyard deploy ./apps/docs/dist --yard documentation --public
Web Yard: documentation
URL: https://documentation-123456789-main.blobyard.app
Deployment URL: https://documentation-0123456789-main.blobyard.app
Status: liveEngineered for the handoff
Install a verified standalone CLI with no npm, npx, or runtime dependency tree.
Store any file durably, then create a revocable link when you want to share it.
Send a revocable download or receive files through a controlled upload inbox.
Keep files in durable private storage while scoped transfer grants protect bucket credentials.
Keep a durable record of uploads, downloads, sharing, and revocation.
Use scoped GitHub OIDC sessions instead of keeping a permanent CI upload secret.
Security by architecture
Storage keys stay at the server boundary. Clients receive only scoped grants.
Access links can expire or be revoked without deleting the file they point to, and tokens are stored only as hashes.
Uploads, downloads, sharing, CI, billing, and retention keep actor-aware evidence.
Bonus utility
Pick the build, dataset, log bundle, screenshot, or agent output your team currently hands off through a repo, chat, shared folder, or one-off bucket. Upload it with the CLI, share it with scoped access, and keep the stored source and audit history.