The Firecrawl template gives you a fully self-hosted Firecrawl v2 API running inside a Rigbox workspace. It comes pre-configured with everything you need to scrape and crawl websites at scale.Documentation Index
Fetch the complete documentation index at: https://docs.rigbox.dev/llms.txt
Use this file to discover all available pages before exploring further.
What’s Included
The template provisions a complete Firecrawl stack:| Component | Purpose |
|---|---|
| Firecrawl v2 API | The main scraping and crawling engine |
| PostgreSQL | Stores crawl jobs, results, and metadata |
| Redis | Caching and rate limiting |
| RabbitMQ | Job queue for distributed crawl tasks |
| Playwright + Chromium | Renders JavaScript-heavy pages for accurate scraping |
Deploying Firecrawl
You can deploy Firecrawl with a single click from the template gallery, or use the API.The Firecrawl API key is generated automatically during deployment. You can find it in the Usage tab of your app in the dashboard.
Scraping a Page
Use the v2/scrape endpoint to extract content from a single URL. The waitFor and timeout parameters help with pages that load content dynamically using JavaScript.
Crawling a Website
To scrape multiple pages from the same site, use the/crawl endpoint. You provide a starting URL and Firecrawl follows links automatically.
Configuring a Proxy
Some websites use aggressive anti-bot protection that blocks requests from cloud IP addresses. If you run into this, you can route Firecrawl’s requests through a proxy server. Set the Proxy Server parameter in your app settings. This tells Playwright and the scraping engine to send all outgoing requests through the proxy.AI Features
Firecrawl supports LLM-powered extraction, which lets you pull structured data from pages using natural language prompts. To use these features, you need to configure an LLM provider:- Managed Credits: Enable this option to use Rigbox-managed LLM credits. No additional API keys required.
- Bring Your Own Key (BYOK): Provide your own OpenAI, Anthropic, or other LLM API key in the app settings.
/scrape endpoint with the extract parameter to pull structured data from pages using a natural language prompt.
Next Steps
- Workspace Services - monitor the PostgreSQL, Redis, and RabbitMQ services backing your Firecrawl instance
- App Visibility - control who can access your Firecrawl API
- Custom Domains - put your Firecrawl instance behind your own domain