Skip to main content
POST
Create a volume

Authorizations

x-brimble-key
string
header
required

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

application/json
name
string
required

Lowercase letters, digits, hyphens; 1–40 chars. Unique per user.

Pattern: ^[a-z0-9-]{1,40}$
sizeGB
integer
required

Disk size in GB. Subject to plan caps.

Required range: 10 <= x <= 50
region
string
required

Region id from GET /v1/regions. Cannot be changed after creation.

Pattern: ^[a-f0-9]{24}$
type
enum<string>

Defaults to web when omitted.

Available options:
web,
sandbox
teamId
string

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.

Pattern: ^[a-f0-9]{24}$

Response

Volume created

message
string
required
Example:

"Volume fetched"

data
object
required
Last modified on July 1, 2026