Be explicit about UI elements
Instead of “click the login button”, say “click the button that says ‘Sign In’ near the top right of the page.”
Computer Use gives your agent the ability to browse websites, interact with web applications, extract data, fill forms, and take screenshots — just like a human would.
Each Computer Use session runs in a fully isolated, ephemeral browser environment:
Task: Go to https://news.ycombinator.com/front and extract the top 10 stories.For each story, get:- Title- URL- Number of points- Number of commentsReturn the results as a markdown table.Task: Go to https://forms.example.com/onboarding and fill in the form:- Company name: Acme Corp- Contact: John Smith- Email: john@acme.comSubmit the form and confirm it was successful.Task: Test the login flow on https://app.example.com:1. Navigate to the login page2. Enter credentials (from secrets vault)3. Verify you reach the dashboard4. Take a screenshot of the dashboard5. Report any errors encounteredTask: Take a screenshot of our status page at https://status.example.com.If any service shows a non-green status, send an alert to #ops-alerts on Slackwith the screenshot attached.Be explicit about UI elements
Instead of “click the login button”, say “click the button that says ‘Sign In’ near the top right of the page.”
Add error handling
“If the page takes more than 10 seconds to load, try refreshing once. If it still fails, report back with the URL and a screenshot.”
Test in the panel first
Always test computer use tasks in the interactive Test panel before deploying to a Flow.
Use Secrets Vault for credentials
Store passwords in Account → Secrets and reference them as {{SECRET_NAME}} — never hardcode credentials in instructions.
Computer Use sessions are billed against your compute minutes allowance (separate from credits). Each session has a maximum duration before it automatically terminates.
Check your current compute usage in Account → Usage → Compute. See Credits & Billing → for plan limits.