FALA by Elav8 developer resources

Machine-readable FALA (Elevate Follow-Up by Elav8) resources for agents and implementers. Product name: FALA. Parent platform: Elav8. Billing and identity live on Paga at https://pagaelav8.com. This page is the Elav8 FALA developer index — API docs, OpenAPI, auth, webhooks, and widget install.

OpenAPI specification

The public FALA OpenAPI document is openapi.json. It describes the unauthenticated widget runtime, health, branding, and discovery files. Authenticated dashboard, admin, and Shopify-internal routes are intentionally omitted.

Widget runtime API

Customer sites load `/widget.js` with a `data-elevate-key` public key. The embed calls `GET /api/w/{public_key}/config`, `POST /api/w/chat` (SSE), and `POST /api/w/lead`. Voice uses an ephemeral token from `POST /api/w/{public_key}/voice-token`. Keys are domain-locked.

Auth docs

Dashboard operators sign in with Elav8 (OAuth 2.1 + PKCE). There is no public OAuth client for third-party apps against FALA. Widget traffic authenticates with the workspace public key, not an owner session.

Webhooks

FALA receives signed Paga webhooks at `/api/elav8/webhooks` (entitlements, subscription, and charge events). Merchants do not subscribe to that endpoint. FALA does not publish a public MCP server.

Discovery files