Documentation Index
Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Building an AI startup?
You might be eligible for our Startup Program. Get fully funded access to the infrastructure you’re reading about right now (up to $20K value).
The plugin registers 66 tools across five categories: search, scrape, batch operations, browser automation and structured web data.
Prerequisites
- A Bright Data account with an API key
- A Railway account (free trial available)
- An AI provider API key: OpenRouter (free), OpenAI, Anthropic or Gemini
OpenRouter is recommended. Its free Nemotron model provides the 262K context window required to handle the 66-tool plugin manifest without rate limit errors.
How to deploy the template on Railway
Get your Bright Data API key
- Log in to your Bright Data dashboard.
- Go to Account Settings.
- Generate an API key if you haven’t already done so.
Set environment variables
Set the following variables in the Railway Variables tab:
| Variable | Description | Required |
|---|---|---|
BRIGHTDATA_API_TOKEN | Your Bright Data API key | Required |
SETUP_PASSWORD | Password for the /setup status page | Required |
OPENROUTER_API_KEY | Recommended AI provider | Recommended |
OPENAI_API_KEY / ANTHROPIC_API_KEY / GEMINI_API_KEY | Alternative AI providers | Optional |
Wait for initialization
First boot takes three to five minutes. The container installs the plugin, registers all 66 tools and generates a persistent gateway token.
Open the setup page and copy the gateway token
Open
https://your-app.up.railway.app/setup, enter your SETUP_PASSWORD and wait for status DONE. Copy the gateway token.Which Bright Data tools are included?
The plugin registers 66 tools across five categories: search, scrape, batch operations, browser automation and structured web data (Amazon, LinkedIn, Instagram, TikTok, YouTube, Reddit, Zillow and more). For the full list of tools, parameters and example prompts, see the tool reference on the OpenClaw integration page.Troubleshooting
Do I need to add a volume? Yes. Add a persistent volume mounted at/data before or immediately after deploying. Without it, the OpenClaw gateway cannot store its configuration and will not retain the gateway token across restarts.
Why is OpenRouter recommended over other providers?
The free Nemotron model on OpenRouter provides a 262K context window, which is required to handle the 66-tool plugin manifest without rate limit errors. OpenAI, Anthropic and Gemini also work if you set their API keys instead.
The setup page is not showing my tools yet
Wait for the /setup page to report status DONE before opening the OpenClaw UI. First boot takes three to five minutes while the container installs the plugin, registers all 66 tools and generates the gateway token.
Additional resources
- Set up Bright Data with OpenClaw: manual CLI install for an existing OpenClaw instance
- AI integrations overview
- OpenClaw documentation
- Template source code on GitHub