CockroachDB Cloud ​
Manage CockroachDB Cloud clusters, databases, SQL users, and networking.
| Detail | Value |
|---|---|
| Category | Database |
| Base URL | https://cockroachlabs.cloud/api/v1 |
| Authentication | Bearer Token |
| Endpoints | 8 |
| Connector key | cockroachdb |
Using CockroachDB Cloud in a workflow ​
- Go to Connections and click New Connection.
- Pick CockroachDB Cloud from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /clusters | List clusters |
| POST /clusters | Create a cluster |
| GET /clusters/{cluster_id} | Get cluster details |
| DELETE /clusters/{cluster_id} | Delete a cluster |
| GET /clusters/{cluster_id}/databases | List databases |
| GET /clusters/{cluster_id}/sql-users | List SQL users |
| POST /clusters/{cluster_id}/sql-users | Create a SQL user |
| GET /clusters/{cluster_id}/nodes | List cluster nodes |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.