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.
| Surface | Use it for |
|---|---|
| Agents API | Managing agents, knowledge sources, tools, and secrets; the public streaming chat and voice endpoints. |
| Integration API | Moving records in and out: leads, form submissions, tickets, webhook subscriptions. |
| Organizations API | Listing the organizations an API key can reach. |
All three authenticate the same way — see Authentication.
Sections
Related
- Webhooks & Events — push instead of poll.
- API Keys — creating and scoping keys.