Documentation Index
Fetch the complete documentation index at: https://quintus.tec.br/docs/llms.txt
Use this file to discover all available pages before exploring further.
Two APIs, two integration scenarios
Quintus exposes two main agent-facing APIs, each designed for a different type of flow.Agents
This API is intended for agent sessions or one-off executions in integrations such as N8N, Make, and internal systems. It usesX-API-Key on every request and provides sessions, users, files, and one-shot executions.
Public chats
This API is intended for public-facing environments such as the chat widget provided by Quintus. For enablement and configuration details, contact support. Use this API when the conversation happens in end-user interfaces such as:- a website chat;
- an authenticated portal assistant;
- in-app support on mobile;
- embedded frontend experiences.
X-API-Key and then continues the session with session_token.
Agents
API for agent sessions and one-off executions in backend integrations.
Public chats
API for public-facing environments such as the Quintus chat widget.