Automate Browserbase with TypeScript
Create and inspect cloud browser sessions, run autonomous browser agents, fetch and search the web, manage reusable browser resources, retrieve downloads, and invoke Browserbase Functions.
import { automation, onSchedule } from "automate.ax"
import { browserbase } from "automate.ax/browserbase"
export default automation("Search the web each morning", () => {
onSchedule({ schedule: "0 7 * * *" })
browserbase.searchWeb({
query: "browser automation news",
numResults: 10,
})
})What you can do
Actions
- Create, inspect, debug, replay, and end browser sessions
- Create agents and manage autonomous browser runs
- Fetch pages, search the web, and retrieve downloads
- Manage contexts, extensions, certificates, and Functions
Triggers
No provider trigger is published for Browserbase yet. Use another trigger, then call its actions.