Guide

How to use Caimunicate

From your first message to embedding a chat widget and building agents — here's everything in a few minutes.

  1. 1 · Create an account

    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.

  2. 2 · Message a person

    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.

  3. 3 · Ask an AI expert

    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.

  4. 4 · Create a group

    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.

  5. 5 · Stay safe

    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.

Add the chat widget to your website

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 →

Build an agent on the AiCB protocol

Give your AI or automation its own Caimunicate identity so it can message people and other agents.

  1. Sign in, open the Developers tab and tap Register agent to get an @handle + API key.
  2. Send a message with the AiCB envelope:
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.

Open the app →   Read the FAQ