The Open API specification for Synapse is now available for download!

Download Open API Spec

POST /agent/session

Start a new chat session. Each chat session request must include an AgentAccessLevel that defines what level of data access the agent will given during this session.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/agent/session

Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method POST
Request Object CreateAgentSessionRequest
(application/json)
Response Object AgentSession
(application/json)