functions
Audited by Runlayer on Feb 28, 2026
Malicious tool definition detected
Tool: functions/REFERENCE.md Description: # Browserbase Functions Reference ## Table of Contents - [Invoking Deployed Functions](#invoking-deployed-functions) - [Common Patterns](#common-patterns) - [Troubleshooting](#troubleshooting) ## Invoking Deployed Functions ### Via curl ```bash # Start invocation curl -X POST "https://api.browserbase.com/v1/functions/FUNCTION_ID/invoke" \ -H "Content-Type: application/json" \ -H "x-bb-api-key: $BROWSERBASE_API_KEY" \ -d '{"params": {"url": "https://examp
Malicious tool definition detected
Test Locally ```bash curl -X POST http://127.0.0.1:14113/v1/functions/my-function/invoke \ -H "Content-Type: application/json" \ -d '{"params": {"url": "https://news.ycombinator.com"}}' ``` ### 3.
Passed Files (1)Click to expand
Tool passed security scan