Skip to main content

Using the Dashboard

The dashboard is where you issue and manage API keys and check usage and credits.

https://modoo.devdive.me/dashboard

1. Log in

After subscribing, open the account link you received and enter the 4-digit PIN. You'll be shown an ID (email) and password — use those to log in to the dashboard.

tip

The account link is valid for 7 days, and the PIN allows only 5 attempts per 10 minutes. If the link expired or you lost your credentials, ask your contact to re-issue it.

2. Issue an API key

Once logged in, you can create API keys yourself.

  1. Enter a key label (e.g. production) to tell keys apart, then click Create key.
  2. A key like sk-modoo-… is shown only once — copy it somewhere safe right away.
  3. Send this key in the Authorization: Bearer header of every request (see Quickstart).
caution

An API key is like a password. Don't screenshot, commit, or share it. If it leaks, revoke it and issue a new one immediately.

3. Manage keys — rotate & revoke

Manage issued keys from the list by prefix, label, status, and last-used time.

  • Rotate — instantly revokes the old key and issues a new key with the same label. Use it when a key leaks or on a regular schedule.
  • Revokedisables the key. A revoked key can no longer make requests.
tip

Issue separate keys per use (per service or environment) so you can revoke just one if something goes wrong.

4. Check usage & credits

At a glance the dashboard shows:

  • Usage over time — calls and token usage by period
  • Daily usage — how much you've used today
  • Usage per key — which key is used how much
  • Remaining credits — the balance drawn down by each call

The credit charged for a single call equals the cost field in the response.

Next steps

  • Quickstart — send your first request with the key
  • Models — what AI you can use
  • FAQ — when something goes wrong