Developers

Build with Chatro.

Powerful APIs and SDKs to integrate messaging, calls and presence into your products.

import { Chatro } from "@chatro/sdk";

const client = new Chatro({ apiKey: process.env.CHATRO_KEY });

await client.messages.send({
  to: "@alex",
  text: "Welcome to Chatro 👋",
});

REST API

Send messages, manage users, and more from your own backend.

Official SDKs

JavaScript, Python, Go, Swift and Kotlin SDKs.

Webhooks

Real-time events delivered to your endpoints.

OAuth 2.0

Secure auth for third-party integrations.

Integration Guides

Step-by-step tutorials for common workflows.

CLI

Manage your Chatro projects from the command line.