[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Announcements](/c/announcements/27)

# Manage Next.js Server Actions in the Vercel Firewall

100 views · 1 like · 1 post


Pauline P. Narvas (@pawlean) · 2025-10-27 · ♥ 1

<p>The Vercel <a href="https://vercel.com/docs/vercel-firewall">Firewall</a> and <a href="https://vercel.com/docs/observability/observability-plus">Observability Plus</a> has first-class support for Server Actions.</p><p>Starting with <a href="https://nextjs.org/blog/next-15-5">Next.js 15.5</a>, customers can now configure custom rules targeting specific server action names. In the example below, you can rate limit <code>app/auth/actions.ts#getUser</code> actions to 100 requests per minute per IP address.</p>

Server Action Name is available in the Firewall for all plans at no additional cost. Read the [docs](https://vercel.com/docs/vercel-firewall/vercel-waf/rule-configuration) to learn more.

Read the full changelog at https://vercel.com/changelog/manage-next-js-server-actions-in-the-vercel-firewall.