---
title: "Create New Bucket"
method: POST
path: "/api/storage/buckets"
tags: ["Admin"]
---

# Create New Bucket

`POST /api/storage/buckets`

## Request body

- object
  - `bucketName` string, required — Bucket name (alphanumeric, underscore, and hyphen only)
  - `isPublic` boolean — Whether the bucket is publicly accessible

## Response `201`

Bucket created successfully

- object
  - `message` string
  - `bucketName` string

## Other responses

- `400` — Invalid bucket name
- `409` — Bucket already exists

---

[API](https://skmtc.net/insforge/apis/insforge-authentication-api.md) · [All operations](https://skmtc.net/insforge/apis/insforge-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insforge/insforge-authentication-api/versions/a935bb49f932/schema)
