Open URL
open_urlOpen a URL in Arc, launching the browser if it isn't running. New tabs go to the agent space or main window, with options to activate, navigate existing tabs, or use Little Arc.
Instructions
Open a URL in Arc. Launches Arc if needed. New tabs go into the agent space when one exists, otherwise the main window. Arc auto-selects new tabs, so the previous selection is put back unless you pass activate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to open | |
| space | No | Space id or title to open into, overriding the agent space | |
| tab_id | No | With new_tab false, the tab to navigate | |
| new_tab | No | Open a new tab. Set false to navigate an existing tab instead. | |
| activate | No | Bring Arc to the front and leave the new tab selected | |
| little_arc | No | Open a Little Arc window. Fire and forget: Arc does not expose these afterwards. | |
| timeout_ms | No | How long to wait for loading. Capped at 30000ms, because a longer call is killed by the client before it can answer. To wait longer, call wait_for_load again: repeated short waits each hand back a real readyState and url, which one long wait does not. | |
| wait_until_loaded | No | Wait for the page to finish loading before returning |