Create a volume
Provisions a persistent volume synchronously. Volumes are backed by Brimble’s globally distributed S3-compatible object storage; when the response returns the disk is allocated and ready to attach to a sandbox or project.
Names are unique per user. Region is permanently pinned at creation; volumes can only attach to sandboxes / projects in the same region.
type declares the surface this volume is intended for and drives where
it shows up in attach pickers:
web, project disk (default)sandbox, sandbox disk
Authorizations
Your account-level Brimble API key. Find it in the dashboard under your profile drawer → API key (click the avatar in the sidebar). Available on paid plans only.
Body
Lowercase letters, digits, hyphens; 1–40 chars. Unique per user.
^[a-z0-9-]{1,40}$Disk size in GB. Subject to plan caps.
10 <= x <= 50Region id from GET /v1/regions. Cannot be changed after creation.
^[a-f0-9]{24}$Defaults to web when omitted.
web, sandbox Create the volume under a team you're a member of. Copy the team ID from the team's settings page in the dashboard. Omit for a personal volume.
^[a-f0-9]{24}$