# Integrate Postman Vault with 1Password
**[Postman Vault integrations are available with Postman Enterprise plans with the Advanced Security Administration add-on.](https://www.postman.com/pricing/)**
[1Password](https://1password.com/) enables you to store sensitive data in a vault that's external from your [Postman Vault](/docs/sending-requests/postman-vault/postman-vault-secrets/). Once your Postman Vault is integrated with 1Password, you can link vault secrets with sensitive data stored in 1Password, and retrieve them when you send HTTP requests.
You can create Postman Vault integrations from the [Postman desktop app](/docs/getting-started/installation/installation-and-updates/).
Learn more about [Postman Vault integrations](/docs/sending-requests/postman-vault/postman-vault-integrations/).
## About the 1Password integration
When setting up an integration with 1Password, you need to [authenticate with your 1Password account](#integrate-with-1password). Then you can [link vault secrets with 1Password](#link-vault-secrets-with-1password) using the secret reference for each secret.
You can follow the steps to [create a vault](https://support.1password.com/create-share-vaults/#create-a-vault), [add secrets to the vault](https://support.1password.com/1password-com-items/#create-and-edit-items), and [create a service account](https://developer.1password.com/docs/service-accounts/get-started) in 1Password. Make sure the service account has at least `read` access to the 1Password vaults with secrets you want to link in Postman.
## Integrate with 1Password
When you create the integration, authorize Postman to access and retrieve secrets from 1Password, entering the service token for your 1Password account. Postman uses your service token to authenticate with 1Password, and the service token is valid in Postman forever.
You'll need to [reauthenticate with 1Password](/docs/sending-requests/postman-vault/manage-postman-vault-integrations/#reauthenticate-with-an-external-vault) each time you open Postman.
To integrate with 1Password and authenticate with your 1Password account, do the following:
1. Open your Postman Vault.
2. If you haven't created an integration with an external vault, select
**Set up external vault** in the top right of your Postman Vault. Otherwise, select
**Use from existing vault**. Then select **1Password Account**.
Optionally, you can select
**Settings** in the top right of your Postman Vault. From the **Settings** tab, select **Connect** next to **1Password Account**.
3. You'll be prompted to authorize Postman to access your 1Password account. Enter the **Service Account Token** on the **Authenticate 1Password Account** window. This is the encoded [service account token](https://developer.1password.com/docs/service-accounts/security/#service-accounts-and-token-generation) that allows you to authenticate with 1Password.
```txt
ops_
```
4. Select **Authenticate**.
## Link vault secrets with 1Password
Link a vault secret's value with a secret stored in 1Password. This enables you to retrieve a secret stored in 1Password directly from Postman. Once you link a vault secret's value, [reference the vault secret](/docs/sending-requests/postman-vault/manage-vault-secrets/#use-vault-secrets) in your Postman team, and the secret is retrieved from 1Password when you send the HTTP request that references the vault secret.
Secrets retrieved from 1Password aren't stored in your local instance of Postman or the Postman cloud. Learn more about [Postman Vault integrations](/docs/sending-requests/postman-vault/postman-vault-integrations/#about-postman-vault-integrations).
Vault secrets are deleted from your Postman Vault after signing out of Postman. Your vault secrets can't be recovered with your vault key. When you sign in to Postman and open your Postman Vault, you can [create the integration](#integrate-with-1password) and link a vault secret's value.
Before you link a vault secret, enable the option to copy a secret reference URI from the 1Password desktop app version 8 or later. From the 1Password desktop app, [integrate with 1Password CLI](https://developer.1password.com/docs/cli/get-started/#step-2-turn-on-the-1password-desktop-app-integration) to enable this option. If you're using an earlier version of the 1Password desktop app, you must manually construct secret reference URIs.
To link a secret's value from 1Password, do the following:
1. In Postman, enter a name for the vault secret, hover over the **Value** cell, then select
**Link Vault**.
If you've already integrated with an external vault, you can link a secret from a different external vault provider. Select
**Add new vault**, then select an external vault.
2. Enter the **Secret Reference URI** on the **Link secret** window. The secret reference URI is the URI of the secret in 1Password. Learn how to [copy a secret reference URI](https://developer.1password.com/docs/cli/secret-reference-syntax/#with-the-1password-desktop-app) from the 1Password desktop app version 8 or later.
If you're using an earlier version of the 1Password desktop app, you must manually construct secret reference URIs using the following format:
```txt
op:///[/]/
```
3. Select **Use**.
4. You can [reference the vault secret](/docs/sending-requests/postman-vault/manage-vault-secrets/#use-vault-secrets) your Postman team.

To view details about a secret you've retrieved from 1Password, select
**Configure vault** next to a secret.

You can also [use scripts to access vault secrets](/docs/tests-and-scripts/write-scripts/postman-sandbox-reference/pm-vault/) linked with 1Password. Postman doesn't support setting the value of vault secrets linked with external vaults.
Make sure you enable scripts to access your vault secrets. Otherwise, you'll receive an error in the Postman Console.
## Next steps
After integrating Postman Vault with 1Password, you can reference vault secrets and manage your integrations:
* To learn how to reference vault secrets in Postman, see [Use vault secrets](/docs/sending-requests/postman-vault/manage-vault-secrets/#use-vault-secrets).
* To learn how to troubleshoot vault secrets, see [Troubleshoot vault secrets](/docs/sending-requests/postman-vault/troubleshoot-vault-secrets/).
* To learn how to manage your integrations, see [Manage Postman Vault integrations](/docs/sending-requests/postman-vault/manage-postman-vault-integrations/).