functions
functions
What it does
- context.session.connectUrl - CDP endpoint to connect Playwright
- context.params - Input parameters from invocation
Requirements & configuration
- Get an API key from: https://browserbase.com/settings
- Save the Function ID - you need it to invoke.
Configuration: BROWSERBASE_API_KEY
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
functions FAQ
What does the functions skill do?
Deploy serverless browser automation as cloud functions using Browserbase. Use when the user wants to deploy browser automation to run on a schedule or cron, create a webhook endpoint for browser tasks, run automation in the cloud instead of locally, or asks about Browserbase Functions. context.session.connectUrl - CDP endpoint to connect Playwright context.params - Input parameters from invocation
What does functions require?
Get an API key from: https://browserbase.com/settings Save the Function ID - you need it to invoke. Configuration keys: BROWSERBASE_API_KEY.
How do I install functions?
Run: npx -y skills add https://github.com/browserbase/skills --skill functions --agent claude-code — the source lives at github.com/browserbase/skills.
Maintain functions?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[functions on getagentictools](https://getagentictools.com/skills/browserbase-skills-functions?ref=badge) npx agentictools info skills/browserbase-skills-functions The second line is the CLI lookup for this page — handy in READMEs and docs.