Deploy your AI agents and automations to the cloud
act()
automations in the cloud with zero infrastructure setup. Reach out to hello@browserbase.com to get beta access.api/run.ts
(Node.js runtime)package.json
tsconfig.json
vercel.json
maxDuration
as your plan allows. See Vercel’s docs for up-to-date limits. Edge runtime may allow longer limits on Pro/Enterprise with Fluid compute.
.env
in production. Add variables via Vercel CLI:
next dev
for Next.js), prefer that. For this non-framework “Other” project, vercel dev
is recommended.
vercel.json
:
env: "BROWSERBASE"
; Browserbase provides the browsers.maxDuration
and/or consider Edge runtime limits depending on plan./api/*.ts
functions for non-framework projects—see Vercel Functions docs for behavior and limits.