Prerequisites
- Access to the Kindred web app (e.g.
https://app.usekindred.devor your deployment). - A supported sign-in method (e.g. Google or GitHub).
Get your API key
- Sign in — Open the Kindred web app and click Sign in. Complete sign-in with Google or GitHub.
- Open Settings — In the app navigation, go to Settings.
- Open API Management — In Settings, select the API Management tab.
- Copy your key — Your API key is shown (masked except for the first and last characters). Click the copy control to copy the full key.
Use the key with the tracer
Set the key in your environment before running your agent: Node / shell:KINDRED_API_KEY automatically; no code change is needed beyond setting the env var.
Rotate your API key
If you need to invalidate the current key and generate a new one:- Go to Settings → API Management.
- Click Rotate (or the equivalent action to generate a new key).
- Confirm — the old key stops working immediately.
- Copy the new key and update any scripts or services that use the old key.
API Usage
The API Usage tab in Settings shows usage for your workspace. Use it to monitor how much the tracer is sending and to stay within your plan limits.Next steps
- Set up the Kindred tracer and set
KINDRED_API_KEY. - Use the replay URL to run reproducibility tests from the dashboard.