Skip to main content
POST
Create a database

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Create-database request.

name
string
required

The database name, unique within the account.

storage
object

Bring-your-own-bucket: where this database's data should live. Omitted means platform-hosted storage, exactly as before this field existed.

Response

Database registered.

Last modified on August 19, 2026