A Route Handler is a server endpoint inside the App Router (e.g., `app/api/x/route.ts`). Use it when you need a custom HTTP API (webhooks, file uploads, public endpoints) or when a client must call via fetch.