What problem does it solve? Getting Firecrawl wired into an application requires obtaining an API key, storing it correctly in environment configuration, and choosing the right SDK, which involves multiple manual steps and decisions. ## Core Features & Use Cases - Browser Auth Flow: Guides the user through a PKCE-based browser authorization flow to obtain a FIRECRAWL_API_KEY without manual signup steps. - Environment Configuration: Shows how to place FIRECRAWL_API_KEY and optional FIRECRAWL_API_URL into .env for hosted or self-hosted deployments. - SDK Selection: Provides installation commands for the JavaScript/TypeScript and Python SDKs, plus pointers to per-language source-of-truth documentation. - Use Case: A developer starting a new Node.js project that needs web scraping runs the auth flow, saves the key to .env, installs @mendable/firecrawl-js, and completes a smoke test confirming one real Firecrawl request succeeds. ## Quick Start Set up Firecrawl in my project by getting an API key, adding it to my .env file, and installing the right SDK for my stack.