v36

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Buckets

Create a Bucket

post/v3/buckets

Request body

namestring required

Bucket name. Required and unique within the account+environment.

descriptionstring

Optional description.

Response

The request has succeeded and a new resource has been created as a result.

bucketIDstring required

Stable public identifier for the bucket (bkt_...).

namestring required

Human-facing bucket name. Unique within an account+environment.

descriptionstring required

Optional human-facing note about the bucket.

isDefaultboolean required

Whether this is the account+environment's default bucket.

createdAtstring date-time required

Creation timestamp (RFC 3339).

updatedAtstring date-time required

Last-update timestamp (RFC 3339).