Create agent session
POST/v2/agents/:agent_key/sessions
Create a new session for interacting with an agent. Sessions maintain conversation context.
Request
Responses
- 201
- 400
- 403
- 404
The agent session has been created successfully.
Session creation request was malformed or references invalid agent.
Permissions do not allow creating sessions for this agent.
Referenced agent not found.