Documentation Index
Fetch the complete documentation index at: https://unkey.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Unkey Deploy is in public beta. To try it, open the product switcher in the
top-left of the dashboard and select Deploy. During beta, deployed
resources are free. We’re eager for feedback, so let us know what you think
on Discord, X, or
email support@unkey.com.
Actions
Every firewall rule denies the request when its match conditions hit. Sentinel responds with HTTP403 Forbidden and skips all downstream policies, your upstream service is never invoked.
Rules are evaluated top-to-bottom. The first matching rule blocks the request.
Match conditions
Firewall rules reuse Sentinel’s shared match conditions: path, method, request header (includingUser-Agent), and query parameter. A rule can combine multiple conditions, all of them must match for the rule to apply.

