---
title: "Create object store bucket"
method: POST
path: "/storage/obj"
tags: ["Object Store"]
---

# Create object store bucket

`POST /storage/obj`

Creates a new object store bucket

## Request body

- CreateObjectBucketRequest
  - `bucket` string, required — Name of the bucket to create
  - `description` string — Description of the bucket
  - `max_bytes` integer — Maximum size of the bucket in bytes
  - `replicas` integer — Number of replicas
  - `storage` 'file' | 'memory'

## Response `200`

Bad Request

- SuccessMessage
  - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway-5.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway-5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway-5/revisions/072de10ada5e/schema)
