Skip to content

DigitalOcean ​

Manage droplets, databases, and Kubernetes clusters on DigitalOcean.

DetailValue
CategoryCloud & Infra
Base URLhttps://api.digitalocean.com
AuthenticationBearer Token
Endpoints6
Connector keydigitalocean

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 ​

EndpointSummary
GET /dropletsList all droplets
POST /dropletsCreate a new droplet
GET /droplets/{droplet_id}Get an existing droplet
DELETE /droplets/{droplet_id}Delete a droplet
GET /databasesList database clusters
GET /kubernetes/clustersList Kubernetes clusters

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.