Skip to content

Customer Agent Integration

Specifications for external customer agents interfacing with the Salitech platform.


All requests from Customer Agents to Salitech must conform to standard JSON REST envelopes:

Authorization: Bearer <salitech_agent_token>
Content-Type: application/json
X-Salitech-Agent-ID: <agent_uuid>
{
"status": "success",
"data": {},
"metadata": {
"requestId": "req_01HJ789...",
"timestamp": "2026-09-11T12:00:00Z"
}
}