Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.usechar.com/llms.txt

Use this file to discover all available pages before exploring further.

Use the Char plugin to install and wire the agent quickly.
Prefer manual setup? See Get Started Manually.

Prerequisites

  • Claude Code installed
  • A web app project
  • A Char account/org

Step 1: Install plugin

/plugin marketplace add WebMCP-org/char-plugin
/plugin install char@webmcp

Step 2: Run setup

/char:setup
The setup flow installs the package, adds <char-agent>, and configures integration files.

Step 3: Add your publishable key

Use a key from Dashboard → Settings → Publishable Keys:
<char-agent publishable-key="pk_live_..." />
If your app has end-user auth, pass an ID token with connect().

Debug tools

<char-agent publishable-key="pk_live_..." enable-debug-tools />

Next steps

Embedding Guide

Identity Providers