Agents
Our Agents API allows you to integrate your parcelLab agent in your customer service tools, applications or message interfaces.
Agent Integration Guide
Requirements
Using the Agents API
Agents API Reference
Start Asynchronous Agent Execution
Send Authorization: Parcellab-API-Token <encoded-token>.
<encoded-token> = base64(account_id:token) as provided in the portal.
External ID of this agent, used on the simple agent thread API
Payload for starting async agent execution.
The user's input query
Optional context data for the agent
Response for async agent execution.
External reference ID of the thread
External ID of the agent currently responsible for the thread
Current execution status
Get Thread Status and Messages
Send Authorization: Parcellab-API-Token <encoded-token>.
<encoded-token> = base64(account_id:token) as provided in the portal.
External ID of this agent, used on the simple agent thread API
External reference ID of the thread
Public-facing thread details with limited message info.
External ID of this agent, used on the simple agent thread API
External ID of this agent, used on the simple agent thread API
idle- Idlerunning- Runningcompleted- Completedfailed- Failed
Lowercased Django model name of the linked object (e.g. 'layout', 'tracking'). Pair with object_id.
Submit Message to Existing Thread
Send Authorization: Parcellab-API-Token <encoded-token>.
<encoded-token> = base64(account_id:token) as provided in the portal.
External ID of this agent, used on the simple agent thread API
External reference ID of the thread
Payload for starting async agent execution.
The user's input query
Optional context data for the agent
Response for async agent execution.
External reference ID of the thread
External ID of the agent currently responsible for the thread
Current execution status
Last updated
Was this helpful?