Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar:

---

import { GlossaryTooltip } from "~/components"
import { GlossaryTooltip, Render } from "~/components"

Sequence mitigation allows you to enforce request patterns for authenticated clients communicating with your API. This feature utilizes the same underlying system that powers Sequence Analytics.

Expand Down Expand Up @@ -73,4 +73,4 @@ Sequence mitigation rules have a lookback period of 10 minutes. If you create a

## Availability

Sequence mitigation is currently in a closed beta and is only available for Enterprise customers. If you would like to be included in the beta, contact your account team.
<Render file="sequence-mitigation-availability" product="api-shield" />
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ head:
content: Manage sequence rules

---
import { Steps, Tabs, TabItem } from "~/components"
import { Steps, Tabs, TabItem, Render } from "~/components"

:::note
Cloudflare recommends creating sequence rules using WAF custom rules. Refer to the [sequence custom rules documentation](/api-shield/security/sequence-mitigation/custom-rules/) for more information.

:::note
<Render file="sequence-mitigation-availability" product="api-shield" />
:::

## Create a sequence rule
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
{}

---

Sequence mitigation is currently in a closed beta and is only available for Enterprise customers. If you would like to be included in the beta, contact your account team.