firecrawl-multi-env-setup
Installation
SKILL.md
Firecrawl Multi-Environment Setup
Overview
Firecrawl's credit-based pricing model makes environment separation critical. Development should use conservative crawl limits to avoid burning production credits during testing.
Prerequisites
- Firecrawl account with API key from firecrawl.dev
- Optional: self-hosted Firecrawl instance for development
- Understanding of credit consumption model (1 credit = 1 page scraped)
Environment Strategy
| Environment | API Key | Crawl Limit | Concurrency | Credit Budget |
|---|---|---|---|---|
| Development | Dev key or self-hosted | 10 pages max | 1 | Minimal |
| Staging | Staging key | 100 pages max | 2 | Limited |
| Production | Prod key | Configured per task | Full | Monitored |
Instructions
Related skills