AI & ML10 toolsPaste one API key
Airtop integration for AI agents
Airtop provides cloud browsers and AI-powered web automation for navigating sites, interacting with pages, extracting data, and running reusable browser workflows.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Airtop once and call the same tools from all of them.
Setup
Connect Airtop through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Airtop exposes 10 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
airtop_list_sessions | List Airtop browser sessions, optionally filtering by IDs or status | Read |
airtop_list_windows | List all browser windows in a running Airtop session, including their IDs, current URLs, and | Read |
airtop_query_page | Ask Airtop AI a question about a page or extract structured page content | Read |
airtop_create_session | Create an Airtop browser session and wait until it is running | Write |
airtop_create_window | Create a browser window in a running Airtop session and load an initial URL | Write |
airtop_navigate_window | Navigate an existing Airtop browser window to a new URL and optionally wait for page loading | Read |
airtop_click_element | Use Airtop AI to locate an element from a natural-language description and click it | Read |
airtop_close_window | Close one browser window without terminating its Airtop session | Write |
airtop_terminate_session | Terminate an Airtop session and all of its windows | Read |
airtop_type_text | Use Airtop AI to locate an input and type text into it | Read |