Developers

An API with zero opinions.

Chimes is adapter-architected. Every integration point — LLM, voice, identity, secrets, storage, billing — sits behind a clean boundary you configure, so you bring your own providers without leaving the platform.

quickstart
$ npm i @chimes/sdk

import { Chimes } from "@chimes/sdk";
const chimes = new Chimes(process.env.CHIMES_API_KEY);

// resolve an interaction on any channel
const r = await chimes.conversations.resolve({
  channel: "email",
  from: "priya@acme.com",
  body: "I was double charged this morning.",
});
console.log(r.status); // "resolved"

Built for builders

Integrate in an afternoon.

A typed API, first-class SDKs, and an adapter for every provider. No forking, no professional-services dependency — just a clean surface you can ship against today.

REST + WS
Typed API + streams
TS · Rust
First-party SDKs
Adapters
Swap any provider
MCP
Agent-ready tools

Developers

Build on an engine that respects your stack.

No credit card to start · AI included · Deploy in hours, not quarters