Sign In

API Reference

TIA exposes three API surfaces, separated by what they're for.

API key management

Create a key, then use it from your backend

Open API keys and create a named key

Create one key per service or environment so it can be identified and revoked independently.

Copy a server-side example

Use the cURL, JavaScript, or Python request example and keep the key out of browser code.

SurfaceUse it for
Agents APIManaging agents, knowledge sources, tools, and secrets; the public streaming chat and voice endpoints.
Integration APIMoving records in and out: leads, form submissions, tickets, webhook subscriptions.
Organizations APIListing the organizations an API key can reach.

All three authenticate the same way — see Authentication.

Sections

Related