Skip to main content
For Developers

An AI API for developers who don't want to rebuild the plumbing.

Build with Charigents, visual steps, event alerts, and voice tools in one workspace. Business adds a REST API, which lets your software talk to Charigent, and BYOK, which lets you connect supported AI service keys for a 5% platform fee. The catalog includes more than 300 connections.

Included trial creditsPaid API access labeledBYOK on eligible plans
The Workflow Templates gallery, showing ready-to-customize automations and a clear path to build from scratch.

The developer problem

Building AI features shouldn't take months

Integration plumbing delays the product

Model calls, retrieval, orchestration, persistence, and monitoring can turn one product idea into several systems your team must maintain.

Managing multiple API keys is a security risk

Keys scattered across local files, environments, and services make access reviews, rotation, and provider-level cost tracking harder.

No visual workflow tooling

When every branch, condition, and retry is hard-coded, even a small workflow change can require engineering time and a new deployment.

Platform capabilities

The AI building blocks you actually need

Charigent Builder

Build Charigents with your own knowledge base. Programmatic REST API access is available on Business.

Flow Builder

Visual drag-and-drop automation canvas. 33 node types, conditional branching, and webhook triggers.

Chat Widgets & Embeds

Embed a Charigent with a script tag and configure supported visual and behavior settings. Website widgets require Pro.

BYOK Support

Connect supported provider keys on Business. Provider quotas and policies still apply, and Charigent charges a 5% platform fee for BYOK usage.

Webhooks

Subscribe to Charigent events, flow completions, and generation results. Build event-driven AI workflows.

Voice AI

Add real-time voice sessions to eligible Charigents. Voice access begins on Pro, with premium voice and cloning capabilities on Business.

Simple REST API

Call your Charigent from an application

// Query your Charigent via API
// Note: /api/rag-agent/ is the current path for this endpoint.
const response = await fetch('/api/rag-agent/chat/your-agent-id', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-API-Key': 'your-api-key',
  },
  body: JSON.stringify({
    message: 'How do I reset my password?',
  }),
});

const reply = await response.text();

Call this AI API for developers from your own app.

Wire up the endpoint above, then build the rest of your workflow around it.

Start Building with Charigent

Included trial credits during your 14-day evaluation. Card required.

See it in action

The real product, not a mockup

The Data Tables screen, where you can keep information in clear fields and rows.
Keep customer details, orders, and other information your Charigents can use.
The Charigent creation wizard with a specific companion goal and optional Create together guidance alongside the manual setup path.
Start with the job your Charigent should do, then review each setup decision.

Workflow

Move from a Charigent to a connected workflow

01

Create your Charigent

Upload knowledge and configure model and routing options in the UI; Business can use the REST API.

02

Build your flow

Chain AI nodes, webhooks, conditionals, and integrations in the visual canvas.

03

Deploy & iterate

Connect plan-eligible widgets and webhooks or call the REST API on Business, then version and refine your flows.

FAQ

Frequently asked questions

Does Charigent have a REST API?
Yes. API access is part of the Business plan at $99 per month. On Starter and Pro you build and ship Charigents through the app, chat widgets, and webhooks.
Can I bring my own OpenAI or Anthropic key?
Yes, on Business. You can add keys for OpenAI, Anthropic, Google, ElevenLabs, Twilio, and LiveKit. Keys are stored encrypted. Usage bills to your own account, and Charigent adds a 5% routing fee.
What is Flow Builder?
A visual canvas where you build a workflow. Chain AI steps, webhooks, if-then rules, app actions, and approval gates, then run it. Starter includes 3 flows, Pro includes 10, and Business has no limit.
Can a flow call my own services?
Yes. A webhook node lets a flow call your endpoint. An inbound webhook lets your system start a flow. There is also a sandboxed code step for logic that no node covers.
How do I embed a Charigent in my own product?
Paste the chat widget script tag, which needs Pro. On Business you can call the REST API from your own front end. You can also add a Charigent to Slack, Discord, Telegram, email, and SMS.
Can I limit what an agent is allowed to do?
Yes. Each action checks a consent record, spend limits, rate limits, and content rules first. A kill switch can stop one Charigent, one user, or all of them at once. Every action is written to an audit log.
14-day evaluation with included credits. Card required, converts automatically unless you cancel.

Stop stitching APIs. Start building.

Start in the visual workspace, then use Business when you need programmatic API access or BYOK.

Start Building with Charigent
REST API on BusinessBYOK on Business + 5% fee300+ integrations