Developers

Inline currently exposes two API entry points.

Bot HTTP API

  • Best for simpler bot workflows and alerts.
  • Request/response over HTTP.
  • Good fit for lightweight automations.

Full Realtime API

  • Best for full two-way interactions and richer bot behavior.
  • WebSocket RPC with live state sync.
  • Recommended when your bot behaves like an active participant in chats.

See: Realtime API

Quick Start

Repository

Inline is open source and includes backend, Apple clients, web app, admin app, shared protocol definitions, and SDK packages.

Start here: inline-chat/inline on GitHub
More setup and architecture details are in the README.