Skip to content

Commit f87f6df

Browse files
pedrosousaRebeccaTamachiro
authored andcommitted
[API Shield] Add cf-llm managed label (#20875)
1 parent 540c1a1 commit f87f6df

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

@@ -46,6 +45,8 @@ Use managed labels to identify endpoints by use case. Cloudflare may automatical
4645

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

48+
`cf-llm`: Services that are (partially) powered by Large Language Model (LLM).
49+
4950
### Risk labels
5051

5152
Cloudflare automatically runs risk scans every 24 hours on your saved endpoints. API Shield applies these labels when a scan finds security risks on your endpoints. A corresponding Security Center Insight is also raised when risks are found.
@@ -58,11 +59,11 @@ Cloudflare automatically runs risk scans every 24 hours on your saved endpoints.
5859

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

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

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

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

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

109110
## Availability
110111

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

0 commit comments

Comments
 (0)