Whisp Developer Documentation
Whisp is a scalable chat infrastructure you can integrate into web, iOS, and Android apps using SDKs and APIs.
Two ways to integrate Whisp: if you're building it yourself, start with Getting Started for the manual dashboard walkthrough. If you're using an AI coding agent (Claude, Cursor, Copilot, etc.), just prompt it with something like "add Whisp chat to my app using docs.whispchat.com". It will pick up the AI Agent Integration guide and run the full setup for you.
AI Agent Integration
Building Whisp into a product with an AI coding agent (Claude, Cursor, Copilot, etc.)? Start here. This guide walks an agent end-to-end through account setup, app creation, and API key generation, no manual dashboard interaction required.
Getting Started
Create a Whisp account, set up your first app in the dashboard, and generate an API key.
JavaScript / TypeScript SDK
Production-ready integration for browser and Node.js.
REST API Reference
Full API endpoint reference.
Never expose your Whisp API key in browser/mobile code. Use your backend to authenticate and pass short‑lived tokens to clients.
What’s in this documentation
- SDK guides: installation, quickstarts, authentication, chats, messages, realtime
- Data models: each SDK method includes parameter + return shapes (mirrors the REST/WebSocket contracts)
- API reference: canonical REST reference (OpenAPI)