# 1Password

In this guide, you will set up a trusted relationship between Radiant and your 1Password account to allow Radiant to collect security and audit events.

### Prerequisites

* [ ] Admin or Owner user account on 1Password

### Register an integration in 1Password

1. Log into the **1Password** console
2. In the sidebar, click **Integrations.**
3. In the **Integrations** list, select **Other**.
4. Click **Add Integration.**
5. Enter an identifiable name for the integration, such as `RadiantSecurity`.
6. Enter an identifiable name for the token, such as `RadiantSecurityDataConnector`.
7. Grant the token permission to access data from the following events:
   * `auditevents`
   * `itemUsages`
   * `sign-in attempts`
8. Click **Issue Token**.
9. Click **Save in 1Password** and choose which vault to save your token to.

### Add the data connector in Radiant Security

1. Log in to [Radiant Security](https://app.radiantsecurity.ai/).
2. From the navigation menu, click **Settings** > **Data Connectors** and click **+ Add Connector**.
3. Search for and select the **1Password** option and click **Data** **Feeds**.
4. Under **Select your data feeds**, select **1Password** and click **Credentials**.
5. Under **Credential Name**, give the credential an identifiable name (e.g. `1Password API`).
6. In the **Base** **URL** field, enter the URL that corresponds to your environment.&#x20;

| If your account is on: | Base URL                                                                                                                                                                         |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1Password.com          | <p></p><ul><li><code><https://events.1password.com></code><br>(1Password Business) </li><li><code><https://events.ent.1password.com></code> <br>(1Password Enterprise)</li></ul> |
| Password.ca            | `https://events.1password.ca`                                                                                                                                                    |
| 1Password.eu           | `https://events.1password.eu`                                                                                                                                                    |

5. In the **API** **Token** field, paste in the **1Password API Token** that you generated in the previous section.
6. Click **Add Connector**.


---

# Agent Instructions: 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.radiantsecurity.ai/radiant-connectors/data-connectors/1password.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.
