Documentation Index
Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Connect your users to DigitalOcean for cloud infrastructure management, droplet control, and resource provisioning.| Property | Value |
|---|---|
| Provider ID | digitalocean |
| Category | Cloud & Infrastructure |
| PKCE | Supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
Step 1: Create a DigitalOcean OAuth App
Go to the DigitalOcean API Applications page
Navigate to cloud.digitalocean.com/account/api/applications and sign in.
Configure the redirect URI
Add the Alter callback URL (from the Developer Portal) to the Callback URL field.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your DigitalOcean Client ID
- Client Secret: Paste your DigitalOcean Client Secret
Available Scopes
| Scope | Description |
|---|---|
read | Read-only access to account and resources |
read_write | Full read and write access to account and resources |
Notes
- DigitalOcean uses
readandread write(space-separated) internally. Alter Vault normalizesread_writeto the correct format automatically. - See the DigitalOcean OAuth API documentation for more details.