GET /v2/account), so a rejected or mistyped token is refused immediately.
What Ankra Accesses
One token covers both cluster types. For self-managed droplet clusters, Ankra provisions the infrastructure directly:
For DOKS, Ankra uses the managed Kubernetes API instead:
Creating a DigitalOcean API Credential
1
Get a DigitalOcean token
- Log in to the DigitalOcean Control Panel
- Go to API → Tokens → Generate New Token
- Give it Read & Write access - with Full Access scopes, or custom scopes covering at least
droplet,ssh_key,vpc,firewall,tag,load_balancer, andkubernetes(addregionsandsizesread for the wizard’s options) - Copy the token (prefixed with
dop_v1_; shown once)
2
Add to Ankra (UI)
Go to Credentials → Add → DigitalOcean, then provide:
- Name: a unique identifier - lowercase letters and numbers only, cannot start with a hyphen (e.g.
do-prod) - API Token: the token from the previous step
3
Or via CLI
ankra credentials digitalocean ssh-key create --name my-key --generate.
The token can be rotated later from the credential’s page without recreating the credential - everything using it picks up the new token automatically.
Listing DigitalOcean Credentials
Troubleshooting DigitalOcean Credentials
The table below covers the Test connection result in the Ankra UI:
Test connection verifies the token is accepted, not that it has every scope. If the credential saves fine but provisioning later fails with a permissions error, the token is read-only or missing a scope from the lists above - generate a token with the right scopes and rotate it in on the credential’s page.