Server templates for running the Firecrawl Agent. Each wraps agent-core with a different framework.
firecrawl create agent -t <template>| Template | Install | Best for |
|---|---|---|
| Next.js | firecrawl create agent -t next |
Full app with chat UI, streaming, skills |
| Express | firecrawl create agent -t express |
API server, backend services |
| Library | firecrawl create agent -t library |
Scripts, custom integrations |
All templates import from agent-core. The core logic is identical. Templates only differ in the HTTP/UI layer.