Create a local cluster PostgreSQL database for a registered server client
Header Parameters
The static admin key configured as ATHENA_KEY_12. Authorization headers (Bearer <key>), X-API-Key, X-Athena-Key, or ?api_key= are also accepted.
Request Body
application/json
Required for admin API. Ignored in management API (caller X-Athena-Client is used).
Optional Athena client name when registering. Defaults to database_name.
truetruetrueResponse Body
curl -X POST "https://athena-cluster.com/admin/provision/local/databases" \ -H "apikey: string" \ -H "Content-Type: application/json" \ -d '{ "database_name": "string" }'List local cluster PostgreSQL databases for a registered server client GET
Previous Page
Run a local provisioning pipeline for a client database POST
Executes a full local provisioning pipeline (create DB, apply schema, register client, optional Neon/Railway/Render or docker local). Body specifies the client_name and provisioning mode/options. Requires static admin key. This is a long-running operation; the response contains the created pipeline/job identifiers.