How can I get my Discloud API token?
Learn what the Discloud API Token is and where to find it on the Dashboard.
Last updated
Learn what the Discloud API Token is and where to find it on the Dashboard.
Your Discloud API Token is a personal, secret credential that authenticates you to all Discloud developer surfaces:
It uniquely identifies your account, so anyone with this token can act as you. Treat it like a password.
Follow these steps to view (or copy) your token on the Dashboard:
Open the Dashboard: https://discloud.com/dashboard
In the left sidebar, expand Tools and click API keys.

Use the Copy button to place the token on your clipboard.
If the token is hidden, click Show to reveal it. Use Reset only if you suspect it has been compromised.
Keep it private (never share or screenshot)
Prevent account takeover
Do NOT commit to Git
Public repos are scanned by bots
Use environment variables / secret managers
Centralized rotation & safer logs
Rotate (Reset Token) if exposed
Immediately invalidates old token
If you accidentally publish or paste your token somewhere public, reset it immediately under Tools > API keys in the Dashboard and redeploy any services using the old one.
Last updated