For AI agents: a documentation index is available at /llms.txt
Skip to main content

BaaS V1 Documentation

This page points to the BaaS V1 documentation, which is deprecated but still available for reference.

For new projects, we recommend using BaaS V2 or BrowserQL.

FAQ & Troubleshooting

Why am I getting a 403 Forbidden error?

Your API token is missing or expired. Pass it as a ?token= query parameter in the WebSocket or HTTP URL. Verify the token in your account dashboard.

My script works locally but fails on Browserless

Local browser settings may differ from the Browserless environment. Use launch parameters to match your local setup (viewport, user agent, timezone). See launch parameters for the full list.

Next steps