Skip to content

Commit c743256

Browse files
committed
Add Anthropic
1 parent 3142da0 commit c743256

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
pcx_content_type: reference
3+
title: Anthropic
4+
rss: file
5+
---
6+
7+
import { Render } from "~/components";
8+
9+
<Render
10+
file="casb/integration-description"
11+
product="cloudflare-one"
12+
params={{
13+
integrationName: "Anthropic",
14+
integrationAccountType: "Anthropic account",
15+
}}
16+
/>
17+
18+
This integration covers the following Anthropic products:
19+
20+
- Claude Console (organizations, workspaces/projects, users, invites)
21+
- Anthropic API Platform (organization and project API keys)
22+
23+
## Integration prerequisites
24+
25+
- An Anthropic [Team or Enterprise organization](https://www.anthropic.com/pricing#team-&-enterprise)
26+
- [Organization-level admin (or equivalent) privileges in Anthropic](https://support.anthropic.com/articles/10186004-api-console-roles-and-permissions) to view organization metadata and manage API keys
27+
28+
## Integration permissions
29+
30+
For the Anthropic integration to function, Cloudflare CASB requires authorization via **API keys**:
31+
32+
- `Organization API key (organization-level)`: Grants read-only access to organization/workspace metadata, members and invites, and key metadata used for findings.
33+
- (Optional) `Project API key (project-level)`: Grants read-only access to project metadata and keys when you include project scopes in the scan.
34+
35+
These credentials follow the principle of least privilege so that only the minimum required access is granted.
36+
37+
## Security findings
38+
39+
<Render
40+
file="casb/security-findings"
41+
product="cloudflare-one"
42+
params={{ integrationName: "Anthropic", slugRelativePath: "anthropic" }}
43+
/>
44+
45+
### API key hygiene
46+
47+
Detect API keys that may be unused or overdue for rotation.
48+
49+
| Finding type | FindingTypeID | Severity |
50+
| ------------------------- | -------------------------------------- | -------- |
51+
| Anthropic: Unused API key | `f343cd22-21f0-45a6-b6f7-39b1539a0f2b` | Medium |
52+
53+
### Access security
54+
55+
Flag organization access issues to help enforce best practices.
56+
57+
| Finding type | FindingTypeID | Severity |
58+
| -------------------------------- | -------------------------------------- | -------- |
59+
| Anthropic: High-privilege invite | `a435d091-3bb1-42e1-bc98-32d80c6340a5` | High |
60+
| Anthropic: Stale pending invite | `5667f7fa-4215-4a8e-80d7-4694ea33335b` | Low |
61+
62+
### Data Loss Prevention (optional)
63+
64+
<Render file="casb/data-loss-prevention" product="cloudflare-one" />
65+
66+
| Finding type | FindingTypeID | Severity |
67+
| --------------------------------------------------- | -------------------------------------- | -------- |
68+
| Anthropic: Downloadable File with DLP Profile match | `74ec2a38-0e69-48d4-80ed-a8faad5f40ef` | High |

src/content/docs/cloudflare-one/applications/casb/casb-integrations/openai.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ For the OpenAI integration to function, Cloudflare CASB requires the following a
4747
- `Admin API key (organization-level)`: Grants read-only access to organization/workspace metadata, GPTs, users, invites, and audit/compliance objects exposed by the ChatGPT Enterprise Compliance API.
4848
- (Optional) `Project API key (project-level)`: Grants read-only access to OpenAI Platform project metadata and keys.
4949

50+
These credentials follow the principle of least privilege so that only the minimum required access is granted.
51+
5052
## Security findings
5153

5254
<Render

0 commit comments

Comments
 (0)