Developer docs

Embed on your site

Drop an AI companion into any webpage. Free with a small badge, or upgrade to Business for a full white-label integration.

Free

$0 per site
  • All four entities (Mochi, NOVA, BIT, Dr. Eva)
  • Floating bubble or iframe
  • Four position options
  • Bring-your-own key
  • "Powered by Entitees AI" badge shown
  • No customization
Use the free tier

Business

$19/month per site
  • Everything in Free
  • No badge — full white-label
  • Custom entity name
  • Custom bubble color
  • Custom personality / system prompt
  • Priority support
Upgrade to Business

Free tier Includes badge

One-line install. Bubble in the corner, opens a chat panel with the entity.

HTML
<script src="https://warm-fenglisu-dbc180.netlify.app/embed.js"
        data-entity="mochi"
        data-position="bottom-right"></script>
data-entityWhich entity mochi, nova, bit, or eva. Default: mochi.
data-positionCorner bottom-right, bottom-left, top-right, top-left.
Live preview — free tier (badge visible)

Business tier $19/mo per site

Add your license key to the snippet. The badge disappears and paid customization attributes unlock.

HTML
<script src="https://warm-fenglisu-dbc180.netlify.app/embed.js"
        data-entity="mochi"
        data-license="ABCD-1234-EFGH-5678"
        data-name="Sparky"
        data-color="#FF6B9D"
        data-prompt="You are Sparky, our cheerful sales assistant. Keep answers short and warm."></script>
Buy a Business license — $19/mo →

Direct iframe

Prefer the entity embedded inline instead of a floating bubble? Use an iframe. No script needed. Free tier is inline; Business tier passes params directly.

HTML
<iframe src="https://warm-fenglisu-dbc180.netlify.app/entities/mochi-tamagotchi.html?embed=1"
        width="400" height="640"
        frameborder="0"></iframe>