[PT-BR] Documentação de Desenvolvimento

[EN] Development Documentation

Demos (Lovable, n8n…)

TLDR;

for AI Agents

Method: POST

Base URL: https://api.tropicalia.dev/api/v1/agents/query

API Key: get in https://app.tropicalia.dev/api-keys

Datastore ID (uuid-string): get in https://app.tropicalia.dev/projects

Header

Authorization

Value: Bearer <tr_your_API_Key>

Content-Type

Value: application/json

Body

{
	"query": "USER-QUERY",
	"datastore_id": "uuid-string",
	"session_id": "CREATE-ANY-session-unique-id" (OPTIONAL)
}