[PT-BR] Documentação de Desenvolvimento
[EN] Development Documentation
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
Authorization
Value: Bearer <tr_your_API_Key>
Content-Type
Value: application/json
{
"query": "USER-QUERY",
"datastore_id": "uuid-string",
"session_id": "CREATE-ANY-session-unique-id" (OPTIONAL)
}