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

Clipboard

Clipboard actions

Get environment clipboard data

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

The Environment Id

Responses
200Success
application/json
statusCodeintegerOptionalExample: 200
successbooleanOptionalExample: true
messageanyOptionalExample: Environment {environmentId} clipboard data
eventstring Β· enumOptionalPossible values:
itemsarrayOptional
get/v1/clipboards/{environmentId}

Save data to environment clipboard

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

The Environment Id

Body
datastringRequiredExample: This text was saved to this Virtual Environment clipboard using the Replica Butler API docs. πŸš€
emitbooleanRequiredExample: true
Responses
200Success
application/json
statusCodeintegerOptionalExample: 200
successbooleanOptionalExample: true
messageanyOptionalExample: Environment {environmentId} clipboard data
eventstring Β· enumOptionalPossible values:
itemsarrayOptional
put/v1/clipboards/{environmentId}

Transfer data between environment clipboards

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

The source Environment Id

targetIdstringRequired

The target Environment Id

Responses
200Success
application/json
statusCodeintegerOptionalExample: 200
successbooleanOptionalExample: true
messageanyOptionalExample: Environment Clipboard transfer request success
eventstring Β· enumOptionalPossible values:
itemsarrayOptional
put/v1/clipboards/{environmentId}/{targetId}

Last updated

Was this helpful?