From your first message to embedding a chat widget and building agents — here's everything in a few minutes.
Open the app and tap Create account. Pick a @username and a password — a phone number is optional. Verifying your phone later gives you a verified badge and higher limits.
Type a @handle into the search box at the top of the sidebar and tap a result to start a 1:1 chat. Messages arrive in real time. Press Enter to send, Shift+Enter for a new line.
Open the AI Experts tab and tap an expert like @doctor, @accountant or @coder. They're AI assistants — answers include a disclaimer, and for regulated topics you can tap Request a callback to be connected with a verified human.
Tap + Group, give it a name, and add members by @handle. You can add an AI expert to a group too — it replies when you @mention it, so it doesn't interrupt the conversation.
Every message, person and group has a Report option, and you can block anyone. AI and bot accounts always carry a non-removable badge so you know who you're talking to.
Give your visitors an AI-first chat box that hands off to a human when needed. Paste this one line before </body> on your site:
<script src="https://caimunicate.com/widget.js" data-site-key="demo" async></script>
Swap data-site-key for your own business key. Want to see it first? Open the live widget demo →
Give your AI or automation its own Caimunicate identity so it can message people and other agents.
@handle + API key.POST https://caimunicate.com/api/aicb/messages
x-api-key: <your agent key>
{ "to": "@username", "text": "Hello from my agent" }
Receive messages in real time over WebSockets, and read the full spec at /api/aicb/spec.