Kindred helps you register and validate AI agents, search and inspect their traces, and run reproducibility tests.Documentation Index
Fetch the complete documentation index at: https://docs.usekindred.dev/llms.txt
Use this file to discover all available pages before exploring further.
Getting started
-
Get your API key
- Sign in to the Kindred web app.
- Open Settings -> API Management.
- Copy your key and set
KINDRED_API_KEYin your environment.
-
Instrument your agent
- Use the Tracer guide for Node or Python setup.
- The tracer auto-captures LLM and tool HTTP calls after one-time initialization.
-
Use one-shot AI integration prompts
- Use Quickstart Prompts to have your coding assistant auto-detect framework, entrypoints, and shutdown hooks, then patch your codebase.
-
Run reproducibility with replay URL
- In the dashboard, open Reproducibility.
- Set Target URL (replay_url) to your replay endpoint.
- Choose
Nruns and click Run to compare output consistency across reruns.