Skip to content
@volara-asia

volara-asia

Volara

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


Build with Volara

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

Quickstart

npm install @volara/sdk
import { 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.


What's here

  • 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.txt for AI tools.

Get an API key

Create a workspace at volara.chat, then generate a developer key under Developers. The quickstart walks through your first request.

Contributing

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.

Popular repositories Loading

  1. volara-js volara-js Public

    Volara TypeScript/JavaScript SDK (@volara/sdk) — omnichannel chat API for Node, browser & edge

    TypeScript

  2. volara-python volara-python Public

    Volara Python SDK (volara) — omnichannel chat API

    Python

  3. volara-php volara-php Public

    Volara PHP SDK (volara/sdk) — omnichannel chat API

    PHP

  4. volara-ruby volara-ruby Public

    Volara Ruby SDK (volara gem) — omnichannel chat API

    Ruby

  5. volara-go volara-go Public

    Volara Go SDK — omnichannel chat API

    Go

  6. volara-widget volara-widget Public

    Volara embeddable chat widget (@volara/widget) — one-line drop-in

    TypeScript

Repositories

Showing 10 of 10 repositories

Top languages

Loading…

Most used topics

Loading…