Skip to main content

Overview

When running a task, you will receive a live_url, which can be used to view the agent actions live.

Getting the URL

A live_url is returned when you run a task.
If Python is not your language of choice, check out our API Reference.

Customizations

You can customize the URL to make it interactive or full screen. Just pass the following parameters
  • interactive=true to get an interactive view
  • embed=true to get an embeddable view (ideal for iframes)