CloudBox Storage API

Storage your app can call in three lines.

Create an account, generate a key and secret in one click, and start storing objects. UK-hosted, encrypted at rest, and failover-backed — a write succeeds while any node is up.

Instant key + secretTest & live modesNo manual approval256 MB / object
1

Get your keys

Sign up → your key ID and secret are generated instantly.

2

Store a file

# PUT any object under a path you choose
curl -X PUT https://app.cloudbox.biz/api/v1/objects/backups/db.sql.gz \
  -H "Authorization: Bearer $CLOUDBOX_SECRET" \
  --data-binary @db.sql.gz
3

Read it back

curl https://app.cloudbox.biz/api/v1/objects/backups/db.sql.gz \
  -H "Authorization: Bearer $CLOUDBOX_SECRET" -o db.sql.gz

Sign in

Use your CloudBox account email & password.

Create your account

Free to start. No card, no sales call.

Already have one? Sign in

Check your email

Enter the 6-digit code we sent to .

Set a password

You'll use this to sign in to your dashboard.

Endpoint reference

Authenticate every call with Authorization: Bearer <secret>. Objects live under a private namespace per key.

MethodPathDoes
PUT/api/v1/objects/{path}Store (or overwrite) an object at {path}.
GET/api/v1/objects/{path}Download the object.
DELETE/api/v1/objects/{path}Delete it and free the space.
GET/api/v1/objects?prefix=List objects under a prefix.
GET/api/v1/whoamiKey label, scope, quota and usage.

Scopes: read, write, delete. Test-mode keys write to an isolated sandbox and never count against your quota.

Your API

Sign out

Live keys

Generate a key, copy the secret once, and start calling. Roll or revoke any time.

Quickstart

Your endpoint, ready to paste. Set CLOUDBOX_SECRET to a secret you generated.


        

Usage

Connect an AI

Add this MCP URL in Claude, ChatGPT or any MCP app: