Skip to main content

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.

Kindred helps you register and validate AI agents, search and inspect their traces, and run reproducibility tests.

Getting started

  1. Get your API key
    • Sign in to the Kindred web app.
    • Open Settings -> API Management.
    • Copy your key and set KINDRED_API_KEY in your environment.
  2. 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.
  3. 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.
  4. Run reproducibility with replay URL
    • In the dashboard, open Reproducibility.
    • Set Target URL (replay_url) to your replay endpoint.
    • Choose N runs and click Run to compare output consistency across reruns.