Agents
Learn More
Summary of Endpoints
Update Agent Public Access
put
Enable public access in the agent
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
Responses
200
Public access successfully enabled
application/json
4XX
Error description
application/json
put
/agents/{agentId}/publicAccessGet Agent
get
Get agent with id
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
Responses
200
Agent
application/json
4XX
Error description
application/json
get
/agents/{agentId}Delete Agent
delete
Delete an agent
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
Responses
200
Agent successfully deleted
application/json
4XX
Error description
application/json
delete
/agents/{agentId}Update Agent
patch
Update agent
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
Body
namestringOptional
Responses
200
Agent
application/json
4XX
Error description
application/json
patch
/agents/{agentId}Get Public Agent
get
Get public agent
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
Responses
200
Public Agent
application/json
4XX
Error description
application/json
get
/agents/{agentId}/public-agentUpdate Public Agent
patch
Update public agent
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
Body
Responses
200
Public Agent
application/json
4XX
Error description
application/json
patch
/agents/{agentId}/public-agentAdd Project to Agent Knowledge
post
Create a knowledge project
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
Body
projectIdstringRequired
Responses
200
Project knowledge created
application/json
4XX
Error description
application/json
post
/agents/{agentId}/knowledge/projectAdd Media to Agent Knowledge
post
Create a knowledge media
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
Body
mediaIdstringRequired
Responses
200
Media knowledge created
application/json
4XX
Error description
application/json
post
/agents/{agentId}/knowledge/mediaRemove Project from Agent Knowledge
delete
Remove a knowledge project
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
projectIdstringRequired
Responses
200
Project knowledge removed
application/json
4XX
Error description
application/json
delete
/agents/{agentId}/knowledge/project/{projectId}Remove Media from Agent Knowledge
delete
Remove a knowledge media
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
mediaIdstringRequired
Responses
200
Media knowledge removed
application/json
4XX
Error description
application/json
delete
/agents/{agentId}/knowledge/media/{mediaId}Get Agent Conversations
get
Get agent conversations
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
Query parameters
limitnumberOptionalDefault:
20pagenumberOptionalDefault:
1Responses
200
Agent conversations
application/json
4XX
Error description
application/json
get
/agents/{agentId}/convos/Get Specific Agent Conversation
get
Get agent conversation by id
Authorizations
OAuth2authorizationCodeRequired
Authorization URL: Token URL:
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
agentIdstringRequired
convoIdstringRequired
Responses
200
Agent conversation
application/json
4XX
Error description
application/json
get
/agents/{agentId}/convos/{convoId}Last updated