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.
What it is
This API was designed for agent sessions or one-off executions in integrations such as N8N, Make, internal systems, CRMs, ERPs, and other automations.When to use it
- N8N;
- Make;
- internal systems;
- CRM automations;
- helpdesk triage and enrichment;
- internal copilots;
- ERP operational workflows;
- asynchronous jobs and server-to-server orchestrations.
How it works
- Your application authenticates with
X-API-Key. - It optionally creates or identifies a user.
- It creates a session or uses
runfor a direct execution. - It sends messages, reads history, reuses files, and terminates the session when needed.
Main resources
- Users: CRUD for tenant end users.
- Sessions: creation, retrieval, and termination.
- Messages: synchronous send, streaming, and history.
- Files: upload and reuse within the tenant.
- Runs: one-shot execution without building the full session flow.