Skip to content

Commit ffb7a06

Browse files
committed
[API Shield] Add cf-llm managed label
1 parent 54fbe37 commit ffb7a06

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/content/docs/api-shield/management-and-monitoring/endpoint-labels.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ title: Endpoint labeling service
55
sidebar:
66
order: 1
77
label: Labeling service
8-
98
---
109

11-
import { Render } from "~/components"
10+
import { Render } from "~/components";
1211

1312
API Shield's labeling service will help you organize your endpoints and address vulnerabilities in your API. The labeling service comes with managed and user-defined labels.
1413

@@ -42,6 +41,8 @@ You can filter your endpoints based on the labels.
4241

4342
`cf-rss-feed`: Add this label to endpoints that expect traffic from RSS clients.
4443

44+
`cf-llm`: Services that are (partially) powered by Large Language Model (LLM).
45+
4546
`cf-risk-missing-auth`: Automatically added when all successful requests lack a session identifier. Refer to the table below for more information.
4647

4748
`cf-risk-mixed-auth`: Automatically added when some successful requests contain a session identifier and some successful requests lack a session identifier. Refer to the table below for more information.
@@ -50,11 +51,11 @@ You can filter your endpoints based on the labels.
5051

5152
`cf-risk-missing-schema`: Automatically added when a learned schema is available for an endpoint that has no active schema.
5253

53-
`cf-risk-error-anomaly`: Automatically added when an endpoint experiences a recent increase in response errors over the last 24 hours.
54+
`cf-risk-error-anomaly`: Automatically added when an endpoint experiences a recent increase in response errors over the last 24 hours.
5455

55-
`cf-risk-latency-anomaly`: Automatically added when an endpoint experiences a recent increase in response latency over the last 24 hours.
56+
`cf-risk-latency-anomaly`: Automatically added when an endpoint experiences a recent increase in response latency over the last 24 hours.
5657

57-
`cf-risk-size-anomaly`: Automatically added when an endpoint experiences a spike in response body size over the last 24 hours.
58+
`cf-risk-size-anomaly`: Automatically added when an endpoint experiences a spike in response body size over the last 24 hours.
5859

5960
:::note
6061
Cloudflare will only add authentication labels to endpoints with successful response codes. Refer to the below table for more details.
@@ -100,4 +101,4 @@ Alternatively, you can create a user-defined label via Endpoint Management in AP
100101

101102
## Availability
102103

103-
Endpoint Management's labeling service is currently available to Enterprise API Shield subscribers.
104+
Endpoint Management's labeling service is currently available to Enterprise API Shield subscribers.

0 commit comments

Comments
 (0)