One inbox, CRM, and AI for businesses that sell over chat.
Volara brings WhatsApp, Instagram, and TikTok into a single workspace — so your team answers customers, tracks deals, runs broadcasts, and lets an AI assistant handle the repetitive parts, all in one place. Agencies can resell the whole thing under their own brand and domain.
🌐 volara.chat · 📚 docs.volara.chat · 🔌 API reference
Everything below talks to the same REST API. Pick your language, drop in an API key, and send your first message in a few lines.
| Repo | Package | Language |
|---|---|---|
volara-js |
@volara/sdk (npm) |
TypeScript / JavaScript — Node, browser, edge |
volara-python |
volara (PyPI) |
Python 3.9+ |
volara-php |
volara/sdk (Composer) |
PHP 8.0+ |
volara-ruby |
volara (RubyGems) |
Ruby 3.0+ |
volara-go |
github.com/volara-asia/volara-go |
Go 1.21+ |
volara-wordpress |
Volara CRM & WhatsApp | WordPress + WooCommerce plugin |
volara-mcp |
— | MCP server for AI agents |
npm install @volara/sdkimport { Volara } from '@volara/sdk'
const volara = new Volara({ apiKey: process.env.VOLARA_API_KEY })
await volara.messages.send({
conversationId: 'conv_123',
text: 'Halo! Pesananmu sudah kami proses 🎉',
})Prefer no code? Install the WordPress plugin to capture leads and send WhatsApp order updates straight from your store, or drop the chat widget on any site with one line.
- SDKs for the major languages — same auth, retries, idempotency, typed errors, and webhook verification across all of them.
- WordPress / WooCommerce plugin — lead capture, order notifications, and the chat widget.
- MCP server — connect Volara to AI agents that support the Model Context Protocol.
- Docs & API reference — guides, an interactive API explorer, and
llms.txtfor AI tools.
Create a workspace at volara.chat, then generate a developer key under Developers. The quickstart walks through your first request.
Issues and pull requests are welcome on each repo. For SDKs, please keep changes in line with the shared design (auth, retries, webhook verify) so all languages stay consistent.
Volara is built by PT GLOBAL RAYA ORIS WIJAYA — Yogyakarta & Bogor, Indonesia.