001 // BROWSERBRIDGE V3TYPE A PROMPT.
TYPE A PROMPT.
GET A WORLD.
BrowserBridgeV3 bridges your prompts to whichever provider you plug in — DeepAI, Meta AI, or the next one you add — queues requests through a browser pool, and keeps a full history of every generation. Call it from the UI, or from n8n with an API token.
// generation_log
[info] navigating to generator page
[info] submitting generation request
[info] anonymous generation blocked, logging in
[info] logged in as account_02@pool
[info] generation completed
01
Pluggable providers
DeepAI and Meta AI ship today. Adding another provider is a new folder plus one registration line.
02
Multi-account pool
Store as many accounts per provider as you like and pick a default, or target one per request.
03
Queued generation
A browser pool with concurrency limits keeps requests orderly instead of racing each other.
04
API tokens
Call generate from n8n or curl with a bearer token — no browser session required.