> For the complete documentation index, see [llms.txt](https://help.nightfall.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.nightfall.ai/nightfall-for-anthropic-claude/comprehensive-claude-coverage.md).

# Comprehensive Claude Coverage

### Comprehensive Claude coverage - the other three Nightfall integrations

These are separate Nightfall products and integrations, not the Compliance API. Together with this integration, they give a Claude customer end-to-end coverage with one set of detection rules and one console.

| Surface                                    | Integration                                        | What it does                                                                                                                                                        | Enforcement                              |
| ------------------------------------------ | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
| Claude Desktop, Claude web tab             | **Nightfall endpoint agent**                       | Scans file uploads and clipboard pastes for sensitive content; runs Lineage Source Tracking so a corporate Google Drive, SharePoint, or GitHub origin is recognized | **Inline block** (pre-submit)            |
| Claude Code (IDE and CLI)                  | **Nightfall AI Agent Security (Hooks)**            | Scans prompts, MCP tool calls, tool responses, and shell commands; detects secrets, PII, PCI, PHI, IP, and prompt injection                                         | **Inline block** (real-time)             |
| Claude Cowork                              | **Nightfall AI Agent Security (OpenTelemetry)**    | Session-level audit trail of cost, token usage, and tool invocations exported over OTel                                                                             | **Audit** (session-level)                |
| Claude Enterprise chats and uploaded files | **Claude Compliance API integration** *(this doc)* | Server-side scan of chat conversations and uploaded files; runs the same detector set used everywhere else in Nightfall                                             | **Monitor + audit** (post-hoc, org-wide) |

Pick the integration that matches the control you need. Most customers run all four: the endpoint agent and Hooks layer block before sensitive data reaches Claude on the surfaces where blocking is possible; the OpenTelemetry trail audits Claude Cowork sessions; and this Compliance API integration adds the server-side, organization-level record that compliance and SOC teams can pull for SOX, HIPAA, and SOC 2 evidence regardless of which device, project, or workspace the activity originated from. All four feed the same Detection & Response policy library and surface incidents in the same workflow.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.nightfall.ai/nightfall-for-anthropic-claude/comprehensive-claude-coverage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
