v1

latestOpenAPI 3.0.3Proprietary2026-07-26162247330.6 KB
Buckets

Create a bucket on the branch

Creates a new branchable object-storage bucket on the specified branch. Buckets are managed by the Neon Platform branchable-storage service.

Note: This endpoint is currently in Private Beta.

post/projects/{project_id}/branches/{branch_id}/buckets

Request body

namestring required

The bucket name.

access_level'private' | 'public_read'

Access level for the bucket. Defaults to private. Set to public_read to allow anonymous GetObject/HeadObject on objects in this bucket.

Response

Bucket created