Desktop Sessions
The remote desktop session endpoints have been removed from the Platform API.
Last updated
Was this helpful?
The remote desktop session endpoints have been removed from the Platform API.
The remote desktop session endpoints have been removed from the Platform API. This includes:
POST /v1/{workspace_id}/desktop-sessions
Create a session
GET /v1/{workspace_id}/desktop-sessions/{session_id}
Read a session
GET /v1/{workspace_id}/desktop-sessions/{session_id}/screenshot
Capture the current screen
POST /v1/{workspace_id}/desktop-sessions/{session_id}/action
Send a mouse or keyboard action
GET /v1/{workspace_id}/desktop-sessions/{session_id}/status
Check the session state
DELETE /v1/{workspace_id}/desktop-sessions/{session_id}
Disconnect the session
Requests to these paths now return 404.
For connecting agents to external systems, use the REST Integrations surface, which manages connections, credentials, endpoint definitions, and endpoint tests.
Last updated
Was this helpful?
Was this helpful?

