Asteroid Agents home page
Search...
⌘K
Blog
Github
Platform
Platform
Search...
Navigation
Tools
Documentation
API Reference
Get Started
Introduction
Quickstart
Fundamentals
Nodes
Transitions
Prompting
Settings
Tools
Status & Result
Agent Profiles & Credentials
Webhooks
SDKs
SDK Quickstart
TypeScript
Python
Support & Security
Security & Compliance
Support
Tools
Available tools and integrations for your agents
Our agents have multiple tools to help you accomplish even the most specific of tasks. To enable a tool, click on a node and scroll down to
Tools
, then select the one you need.
Go to URL
The agent uses this to navigate the browser to a specified URL. The agent provides the full URL, including protocol (e.g.,
https://www.example.com
), to change websites or load a new page in the current tab.
Send User Message
The agent uses this to interact with the user by asking questions or providing information. The agent provides a reason and a message when clarification, approval, confirmation, or information is needed. The agent will pause until the user responds.
Extract HTML
The agent uses this to extract the HTML content of the current page and download it as a file. The agent provides a file name for the downloaded content to save the page’s HTML for later analysis or record-keeping.
Get Text
The agent uses this to extract all text content from the webpage, returning the text in markdown format.
Write Scratchpad
The agent uses this to write important information to a persistent scratchpad file that can be referenced later. The agent provides content to save for future recall during task execution.
Read Scratchpad
The agent uses this to read previously saved information from the scratchpad file. The agent can retrieve important notes, findings, or context that was saved during earlier task execution.
List Downloads
The agent uses this to retrieve a list of all downloaded files from the browser session. The agent can use this to see what files have been downloaded, including file names, sizes, and download links for further processing or analysis.
Upload File
The agent uses this to upload files to a file input element on a webpage. The agent provides the selector for the file input element and the file paths to upload. Supports both local files and downloaded files using the ‘downloads/filename’ format for files downloaded during the browser session.
Zoom Out
The agent uses this to zoom out the browser page by a specified percentage. The agent provides the zoom percentage (1-100) to make content more visible or fit more content on screen. Default is 25% if not specified.
Zoom In
The agent uses this to zoom in the browser page by a specified percentage. The agent provides the zoom percentage (1-100) to make content larger and easier to read or interact with. Default is 25% if not specified.
Assistant
Responses are generated using AI and may contain mistakes.