How can I get my Discloud API token?

Learn what the Discloud API Token is and where to find it on the Dashboard.

🔑 What is the Discloud API Token?

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.


📍 Where to Get It

Follow these steps to view (or copy) your token on the Dashboard:

1

Open the Dashboard: https://discloud.com/dashboard

2

Click the API Key tab (top section of your profile area).

Dashboard API Key tab
3

Use the Copy button to place the token on your clipboard.

If the field is hidden, click the eye icon to reveal it. Use Reset Token only if you suspect compromise.


🔒 Security Best Practices

Practice
Why

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

Last updated