What Squasher gives you
- AI triage on every new error group so you get a summary, severity, and fix direction faster.
- SDK-based error capture for application-level context.
- Log drains for infrastructure and platform errors when you do not want to install an SDK.
- Alerting, status monitoring, and hosted fix workflows in the same product.
Start with the right path
Quickstart
Set up Squasher in a Next.js app, Node.js service, or provider log drain.
Agent DX
Give coding agents the docs, API, CLI, and MCP entry points they should use.
Next.js SDK
Capture route, server, and client errors with framework-aware helpers.
Node.js SDK
Instrument Express, Fastify, Hono, Bun, or plain Node.js services.
Vercel log drain
Start with zero-code capture for deployment and runtime logs.
Supported paths
For agents
Start with Agent DX orhttps://docs.squasher.ai/llms.txt.
Use this routing:
- Need to change app code: pick the SDK guide for the runtime, initialize early, and send one verification event.
- Need live Squasher data: connect the MCP server, call
search, then callexecutefor the exact operation. - Need repeatable terminal commands: use the CLI setup guide and include
--project <project_id>. - Need custom integration code: use the API reference and OpenAPI contract.
Next steps
- Follow the quickstart.
- Configure the SDK or integration that matches your runtime.
- Review troubleshooting if your first events do not appear.