Overview
oHallo API Reference (0.1.0)
Section titled “oHallo API Reference (0.1.0)”Public REST API for oHallo, the autonomous customer operations system for B2B teams. oHallo does not model business logic: pricing, ordering, returns and quoting live in the MCP servers you build and connect, not in oHallo. Terminology used throughout: the assistant is the front line that handles the customer conversation, agents are the configured workers it dispatches to, and the operator is the human working in the dashboard. Connected MCP servers are managed in the MCP Hub. Authenticate with an API key passed as Authorization: Bearer sf_live_v1_...; every endpoint additionally requires a named scope granted to the key. Full developer documentation, including guides for building MCP servers and embedding widgets, is at https://developers.ohallo.ai.
- OpenAPI version: 3.1.0
Authentication
Section titled “ Authentication ”bearerAuth
Section titled “bearerAuth ”Authenticate with either a Kinde JWT (for dashboard integrations) or an API key prefixed with ‘sf_live_v1_’ (for programmatic access). Pass the token in the Authorization header: ‘Bearer
Security scheme type: http
Bearer format: JWT