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

Events

Event actions

Publish an event to a Virtual Environment

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
environmentIdstringRequired

The Environment Id

Body
namestring · enumRequired

The event name (clipboard_sync, file_download, open_tab, etc.)

Possible values:
datastringRequired

The data to publish

Example: https://www.bing.com
Responses
200

Publish success

application/json
statusCodeintegerOptionalExample: 200
successbooleanOptionalExample: true
messageanyOptionalExample: Publish Environment Event success
eventstring · enumOptionalPossible values:
itemsarrayOptional
post/v1/events/publish/{environmentId}

Last updated

Was this helpful?