Secure developer workspace

Lyren API Dashboard

Manage your developer profile, API access, safe key metadata, and one-time API-key rotation.

Developer dashboard overview

Developer Account

Profile, plan, subscription, and API endpoint
Authenticated
Name
Loading…
Email
Loading…
Plan
Loading…
Subscription
Loading…
Public API Base URL
Loading…
Authenticate developer requests with the x-api-key request header.
Never expose a Lyren API key in public frontend JavaScript, source control, screenshots, or client-side environment files.

Developer API Key

Safe metadata and one-time credential rotation
Loading…
One-time key display
Secret value
Loading…
The complete API key is shown only immediately after creation or rotation. Copy it before reloading, closing, or leaving this page. Lyren does not recover the raw value later.
Rotating an active key revokes the previous credential immediately. Applications using the old key will stop working.

API-key security

Production practices for protecting your Lyren credentials

Store securely

Place the key in a server-side environment variable or a managed secret store. Never commit it to GitHub.

Use server-side

Send Lyren API requests from a trusted backend. Browser code can expose secrets to users and third-party scripts.

Rotate carefully

Prepare the receiving application before rotation because the existing key is revoked immediately.

Frequently Asked Questions

Key visibility, rotation, metadata, authentication, and account access.

Where can I find my full API key?

The complete API key is shown only once, immediately after creation or rotation. Copy it before reloading, closing, or leaving the dashboard. Afterward, Lyren displays only safe metadata such as the prefix, scopes, status, dates, and key ID.

Can Lyren recover an API key later?

No. Lyren stores a protected key hash for verification rather than retaining the raw developer credential. Create or rotate a key when the original secret is no longer available.

What happens when I rotate an API key?

Rotation revokes the selected active key and creates a replacement. Software using the previous key will stop authenticating immediately, so be ready to install the new credential in your application.

Why is the Copy button disabled?

Copy is enabled only while a newly created or rotated raw key is present in this page's temporary memory. It becomes unavailable after the page reloads, closes, or navigates away.

What API-key metadata can I review?

The dashboard can show the key label, safe prefix, status, scopes, internal key ID, creation date, expiration date, and last-used time without exposing the full secret.

How do I authenticate Lyren API requests?

Send the developer key in the x-api-key request header from a trusted server-side application.

Where should I store the key?

Use a server-side environment variable or managed secret system. Do not place it in frontend JavaScript, localStorage, sessionStorage, source control, public logs, or screenshots.

What should I do if a key is exposed?

Rotate it immediately, replace the old value in every authorized application, and review recent API usage for activity you do not recognize.