Headers
Your API key for authentication
Must be
application/jsonRequest Body
Chrome DevTools Protocol WebSocket URL for the browser session to control
Natural language instruction describing the action to perform
Optional stable identifier that lets you reuse cached step instances across runs
Optional mapping of variable names to values that can be referenced inside the action prompt
Optional window configuration with
width and height; defaults to 1280x720Whether to refresh the cached step instance for this action; defaults to
trueResponse Fields
Indicates whether the action completed without errors
Textual outcome returned by the computer-use agent, if available
Number of credits consumed by this execution, when applicable
Error message when the action fails
true when a previously cached step instance was reusedtrue when the cache was stored or updated during this runtrue if cached data existed but could not be applied, forcing a fresh runUsage Notes
- Provide a live
cdp_urlfor a Chrome instance launched with remote debugging. - Reuse the same
idto keep a cached step instance and speed up future runs;used_cacheshows when it is applied. - Set
set_cachetofalseto bypass cache updates when testing or replaying an action. - The agent can substitute values from
variablesinside the action prompt when your template expects dynamic data.