> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usenubis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Buckets API

> The main bucket-level operations to think about when automating Nubis Storage over the API.

## Typical bucket-level API tasks

* Create a bucket
* Read bucket details
* List existing buckets
* Adjust access or configuration where supported

## Good API habits

* Keep bucket automation idempotent where possible.
* Make ownership and environment obvious in the bucket name.
* Separate bootstrap automation from request-time application code.
