For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

In the left sidebar, expand Tools and click API keys.

Dashboard API keys page
3

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.


🔒 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