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 ​
- Go to Connections and click New Connection.
- Pick DigitalOcean 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 /droplets | List all droplets |
| POST /droplets | Create a new droplet |
| GET /droplets/{droplet_id} | Get an existing droplet |
| DELETE /droplets/{droplet_id} | Delete a droplet |
| GET /databases | List database clusters |
| GET /kubernetes/clusters | List Kubernetes clusters |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.