For the complete documentation index, see llms.txt. This page is also available as Markdown.

Desktop Sessions

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:

Endpoint
Former purpose

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.

IntegrationsConversations

Last updated

Was this helpful?