> 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/install-nightfall-for-claude-enterprise.md).

# Install Nightfall for Claude Enterprise

1. In Nightfall, go to **Integrations**, then **Add Integration**, then **Claude Enterprise**.
2. Paste your Compliance Access Key from the Claude admin console. (Link out: Anthropic's article on generating a Compliance Access Key.)
3. Confirm the OAuth scopes Nightfall requests:
   1. `compliance:conversations:read`
   2. `compliance:files:read`
   3. `compliance:projects:read`
   4. `compliance:audit_logs:read`

`[verify]` Exact scope names with Anthropic before publishing this section. Tracked as Phase 0 open question 1 in the PRD.

4. Choose the content surfaces you want in scope:
   1. Conversation messages (user prompts and assistant completions)
   2. Uploaded files
5. Save the connector. Confirm status reads `healthy`. First ingest begins immediately.

If the status reads `degraded`, `failed`, or `rate_limited`, click **Reconnect** and re-grant. If the failure persists, contact Nightfall support.


---

# 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/install-nightfall-for-claude-enterprise.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.
