OpenAI CUA (computer use)
Integrate OpenAI CUA with Votte Browser Sessions
Last updated
Integrate OpenAI CUA with Votte Browser Sessions
Last updated
This guide explains how to integrate OpenAI’s Computer Use Agent (CUA) with Votte’s browser infrastructure for automated web interactions.
CUA enables programmatic control of web interfaces through visual processing and contextual understanding. When integrated with Votte’s browser infrastructure, it provides a scalable environment for running these automations in the cloud.
A demo is available at
An OpenAI API key with CUA access
A Votte API key
Python 3.11 or later
Follow these steps to integrate CUA with Votte:
Clone the repository:
Copy
Install dependencies:
Copy
Set environment variables:
Copy
Run the example:
Copy
Available command-line arguments:
--input
: Automation instructions (prompts if not provided)
--debug
: Enable debug logging
--show
: Enable screenshot capture
--start-url
: Set initial URL (default: https://bing.com
)