Skip to content
Merged
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 @@ -5,10 +5,9 @@ title: Endpoint labeling service
sidebar:
order: 1
label: Labeling service

---

import { Render } from "~/components"
import { Render } from "~/components";

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.

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

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

`cf-llm`: Services that are (partially) powered by Large Language Model (LLM).

### Risk labels

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.
Expand All @@ -58,11 +59,11 @@ Cloudflare automatically runs risk scans every 24 hours on your saved endpoints.

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

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

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

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

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

## Availability

Endpoint Management's labeling service is currently available to Enterprise API Shield subscribers.
Endpoint Management's labeling service is currently available to Enterprise API Shield subscribers.
Loading