--- title: 'DigitalOcean' description: 'Manage droplets, databases, and Kubernetes clusters on DigitalOcean.' --- # DigitalOcean Manage droplets, databases, and Kubernetes clusters on DigitalOcean. | Detail | Value | |---|---| | Category | Cloud & Infra | | Base URL | `https://api.digitalocean.com` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `digitalocean` | ## Using DigitalOcean in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **DigitalOcean** 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 /droplets](./get_droplets_infra_listdroplets) | List all droplets | | [POST /droplets](./post_droplets_infra_createdroplet) | Create a new droplet | | [GET /droplets/{droplet_id}](./get_droplets_droplet_id_infra_getdroplet) | Get an existing droplet | | [DELETE /droplets/{droplet_id}](./delete_droplets_droplet_id_infra_deletedroplet) | Delete a droplet | | [GET /databases](./get_databases_infra_listdatabases) | List database clusters | | [GET /kubernetes/clusters](./get_kubernetes_clusters_infra_listk8sclusters) | List Kubernetes clusters | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.