Skip to main content

Char AI

Embed intelligent AI agents into your applications with Char AI.

What is Char AI?

Char AI provides a complete platform for adding AI-powered chat capabilities to your applications:
  • Embeddable Widgets - Add chat to any website with a few lines of code
  • Custom Skills - Extend your agent with API integrations and custom actions
  • User Management - Track conversations and maintain context across sessions
  • Analytics - Understand how users interact with your AI

Quick Start

1

Create a Site

Set up a site in your dashboard to define where your widget can be embedded.
2

Get an API Key

Generate an API key to authenticate widget requests.
3

Embed the Widget

Add the widget to your application:
<script src="https://cdn.meetchar.ai/widget.js"></script>
<script>
  new CharWidget({
    apiKey: 'char_sk_live_...'
  });
</script>

Base URL

Authentication

See the Authentication guide for details on obtaining JWT tokens.

Explore