API keys are currently available on the web only. Open app.mytruv.com/settings/api-keys on a desktop browser to manage them.
Creating a key
- Open Settings → API keys in the web app.
- Click Create API key.
- Give the key a recognisable name (for example, “Spreadsheet sync” or “ChatGPT”).
- The key is shown in full only once in a copy dialog. Copy it now and store it somewhere safe.
What you’ll see in the list
For each key, the API keys page shows:- The name you gave it
- When it was created
- When it was last used
Using a key
API keys authenticate as a bearer token. Include them in theAuthorization header on each request:
Rotating a key
If you suspect a key has been exposed (committed to a public repo, shared in a chat, etc.), rotate it. Rotation generates a new value and invalidates the old one immediately.- On the API keys page, find the key and click Rotate.
- Copy the new value from the dialog (again, shown only once).
- Update the value in whatever tool was using the old one.
Deleting a key
If you no longer need a key, click Delete to revoke it. The key stops working immediately, and any integration using it will start receiving authentication errors.Limits
- You can have up to 5 API keys at a time. Delete or rotate older keys if you need to make room.
- Key management is rate-limited (you can’t bulk-create or rotate many keys in quick succession).
- API keys do not expire on their own - they stay active until you rotate or delete them.
Security tips
- Treat each key like a password. Don’t paste it into chat, email, or screenshots; don’t commit it to a public repository.
- Use one key per integration. It’s easier to rotate just the affected key if something leaks.
- Rotate any key that may have been exposed, even if you’re not sure - rotation is cheap, and the cost of a leaked read-only key over time can be much higher than the few minutes of integration update.
Related
- Editing Your Profile - the email tied to the account these keys authenticate as
- Contacting Support - if a key is being used you don’t recognise