INTEGRATIONS

Meet your tools where they are.

Choose a development pattern or document the systems your workflow needs.

Python and Node.js

The proposed gateway uses the OpenAI-compatible chat completions pattern. Configure a server-side base URL and secret only after a real endpoint and key are provisioned. Never embed keys in browser code.

from openai import OpenAI

client = OpenAI(
    base_url="YOUR_PROVISIONED_API_URL",
    api_key="YOUR_SERVER_SIDE_KEY"
)

cURL and HTTP clients

Use JSON over HTTPS with a bearer token. The API reference describes the planned request pattern; no provisioned gateway URL is available yet.

Messenger and customer support

Scope the page connection, knowledge base, allowed routine replies and human handoff. No Messenger connector is activated by this site.

CRM and webhooks

Define the source event, target records, retry behavior and approval rules. Include the tools you want in a solution brief. Connectors require separate authorization and implementation.

Configure your integrations