Agent End User Sessions
Create and interact with agent sessions as an end user, seeing only your own sessions and their messages.
Create end user session for alias
Creates a session owned by the calling end user, routed through this alias's policy. The session's owning principal is the caller's authenticated identity.
List end user sessions for alias
Lists the calling end user's own sessions created through this alias. The response never includes sessions owned by another principal.
Get end user session for alias
Returns a session the caller owns, addressed by the alias it was created through. Returns 403 if the session belongs to a different principal.
Delete end user session for alias
Permanently deletes a session the caller owns, addressed by the alias it was created through. Returns 403 if the session belongs to a different principal. This action cannot be undone.
Create end user input for alias
Sends a message, an interrupt, or a client tool output to a session the caller owns, addressed by the alias it was created through.
List end user events for alias
Lists the visible events in a session the caller owns, addressed by the alias it was created through, with optional pagination.