Chat sessions

Create an API session shell and open its browser

Same-user, API-origin session browser operation. sessionId is the public chatSessions id. Screenshot evidence is returned as URLs; browser identity persists across turns.

post/chat-sessions/browser

Request body

projectIdstring required
profileIdstring
idempotencyKeystring required

Response

Session browser result. Unknown command outcomes must be inspected before retrying with a different command ID.

sessionIdstring required
chatSessionIdstring required
projectIdstring required

Changes