--- title: 'CockroachDB Cloud' description: 'Manage CockroachDB Cloud clusters, databases, SQL users, and networking.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **CockroachDB Cloud** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /clusters](./get_clusters_database_listclusters) | List clusters | | [POST /clusters](./post_clusters_database_createcluster) | Create a cluster | | [GET /clusters/{cluster_id}](./get_clusters_cluster_id_database_getcluster) | Get cluster details | | [DELETE /clusters/{cluster_id}](./delete_clusters_cluster_id_database_deletecluster) | Delete a cluster | | [GET /clusters/{cluster_id}/databases](./get_clusters_cluster_id_databases_database_listdatabases) | List databases | | [GET /clusters/{cluster_id}/sql-users](./get_clusters_cluster_id_sql_users_database_listsqlusers) | List SQL users | | [POST /clusters/{cluster_id}/sql-users](./post_clusters_cluster_id_sql_users_database_createsqluser) | Create a SQL user | | [GET /clusters/{cluster_id}/nodes](./get_clusters_cluster_id_nodes_database_listnodes) | List cluster nodes | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.