DigitalOcean
47 operations0 webhooks
Cloud infrastructure provider for droplets, Kubernetes, databases, and developer hosting.
Supported operations
- Create Database ClusterWrite
Creates a new managed database cluster on DigitalOcean. Provisions a database with specified engine (PostgreSQL, MySQL, Valkey, MongoDB, Kafka, or OpenSearch), version, region, size, and node count. Returns connection credentials and cluster details. The cluster will be in 'creating' status initially and take several minutes to become fully operational.
- Delete Database ClusterDestructive
Tool to delete a database cluster by UUID. Use when you have confirmed the cluster is no longer needed. Returns HTTP 204 No Content on success.
- List All DatabasesRead-only
Tool to list all managed database clusters on your account. Supports pagination and filtering by tag. A single request returns only one page; iterate using `page` and `per_page` to retrieve all clusters.
- List Database OptionsRead-only
Lists all available configuration options for DigitalOcean managed database clusters, including supported engines (PostgreSQL, MySQL, MongoDB, Valkey, Kafka, OpenSearch), versions, regions, and cluster sizes/layouts. Use this to discover valid parameter values when creating a new database cluster. #### Output | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | `data` | string | Yes | Data from the action execution | | `error` | string | No | Error if any occurred during the execution of the action | | `successful` | boolean | Yes | Whether or not the action execution was successful or not |
FAQ
Install corsair and @corsair-dev/digitalocean, add the DigitalOcean plugin, and connect with an API key. Then call methods like corsair.digitalocean.api.databases.createDatabaseCluster() from your app. Corsair syncs data per tenant.
Yes. DigitalOcean requires an API key from your DigitalOcean account or developer dashboard. Create credentials with access that matches what you automate, then paste them into Corsair or connect through managed auth in Hub.
Yes. One Corsair client can hit DigitalOcean, GitHub, Notion, Stripe, and the rest. Trigger DigitalOcean from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for cloud infrastructure provider for droplets, kubernetes, databases, and developer hosting. Common builds include sync jobs, admin tooling, and agents that call DigitalOcean APIs from your backend. Local DB entities let you query synced DigitalOcean records without hitting the API on every read.
The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per DigitalOcean API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.
We maintain @corsair-dev/digitalocean in the open repo. When DigitalOcean ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.
No. Corsair does not read your DigitalOcean data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store DigitalOcean data on your behalf.