Kyndreddocs

Quickstart

Get a working companion embedded on your site in 5 minutes.

1

Create a companion

Sign up at kyndred.dev/app/companions and click + New Companion.

Give it a name, write a system prompt describing its personality, and optionally add a greeting message and theme color.

You are a helpful and empathetic companion for visitors to ceidesus.ro,
a website for Christian teachings. Speak in a warm, reverent tone.
Answer questions about faith, prayer, and scripture with kindness.
Never claim to be human. If someone is in crisis, gently suggest
they speak with a pastor or counselor.
prompt
2

Get your embed token

After creating, click the companion and switch to the Embed Code tab. Copy the snippet.

<script src="https://kyndred.dev/embed.js" data-companion="YOUR_TOKEN"></script>
html
3

Drop it on your site

Paste the snippet anywhere before the closing </body> tag. A floating chat bubble appears in the bottom-right corner.

<!DOCTYPE html>
<html>
<head>
  <title>My Site</title>
</head>
<body>
  <h1>Welcome</h1>
  <p>Your page content here...</p>

  <script src="https://kyndred.dev/embed.js"
    data-companion="YOUR_TOKEN"></script>
</body>
</html>
html
4

Test it

Open your page, click the bubble. The chat window opens and visitors can chat with your companion immediately — no signup required.

5

Add voice (optional)

To enable voice conversations, set up an ElevenLabs ConvAI agent and paste its ID into your companion's settings. See the Voice Setup guide.