Skip to content

Commit a6eb0f0

Browse files
committed
Update step 5
1 parent 95aab12 commit a6eb0f0

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

src/content/docs/cloudflare-one/tutorials/ai-wrapper-tenant-control.mdx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -405,23 +405,25 @@ Now your AI wrapper can only be accessed by your users that successfully match y
405405

406406
## 5. Block access to public AI agents with Gateway
407407

408-
You can now block access to all unauthorized public AI agents by using the [**Secure Web Gateway[**(/cloudflare-one/policies/gateway/) to create a HTTP policy.
409-
410-
If you use another gateway for web filtering, try to replicate a similar policy.
408+
You can now block access to all unauthorized public AI agents with a Gateway [HTTP policy](/cloudflare-one/policies/gateway/http-policies/).
411409

412410
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Gateway** > **Firewall policies**.
413411
2. Select **HTTP**.
414412
3. Select **Add a policy**.
415-
4. Under the **Traffic** section, select **Add condition**.
416-
5. Select **Content Categories**.
417-
6. Select **Artificial Intelligence**.
418-
7. Add any other conditions that apply to your environment.
419-
8. Under **Action**, select **Block**.
413+
4. Add the following policy:
414+
415+
| Selector | Operator | Value | Action |
416+
| ------------------ | -------- | ------------------------- | ------ |
417+
| Content Categories | in | _Artificial Intelligence_ | Block |
418+
419+
5. Select **Create policy**.
420420

421421
This ensures that public AI agents are not accessible using a managed endpoint.
422422

423423
User coaching is also possible, by displaying a [custom block message](/cloudflare-one/policies/gateway/block-page/) or a [user notification](/cloudflare-one/policies/gateway/http-policies/#warp-client-block-notifications) directing users to the AI agent wrapper.
424424

425+
If you use another gateway for web filtering, try to replicate a similar policy.
426+
425427
## Enforce DLP and agentless RBI
426428

427429
Since you have full control over access to your AI Agent wrapper, you can enforce extra security methods such as [**Data Loss Prevention**](/cloudflare-one/policies/data-loss-prevention/) and [**Remote Browser Isolation**](/cloudflare-one/policies/browser-isolation/).

0 commit comments

Comments
 (0)