> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Safe

Add a new safe to the vault.

**Required Permissions for using this action**:

* `Add Safes`

<Note>
  External Documentation

  To learn more, visit the [CyberArk documentation](https://docs.cyberark.com/pam-self-hosted/latest/en/content/webservices/add%20safe.htm).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                                                                        |
  | ------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
  | Description  | The description of the safe.                                                                                                       |
  | Location     | The location of the safe in the vault.                                                                                             |
  | Managing CPM | The name of the CPM user who will manage the new safe.                                                                             |
  | OLAC Enabled | Select to enable Object Level Access Control for the new safe.<br /><br />**Note**: Once enabled, this feature cannot be disabled. |
  | Safe Name    | The unique name of the safe.<br /><br />The following characters cannot be used in the safe name: `\ / : * < > . \| ? "% & +`      |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                    | Description                                                                                                                                                                              |
  | ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Number Of Days Retention     | The number of days that password versions are saved in the safe.<br /><br />**Note**: When using this parameter, the parameter `Number Of Versions Retention` is not available.          |
  | Number Of Versions Retention | The number of retained versions of every password that is stored in the safe.<br /><br />**Note**: When using this parameter, the parameter `Number Of Days Retention` is not available. |
</div>

## Example Output

```json theme={"dark"}
{
	"safeUrlId": "PasswordManagerSafe",
	"safeName": "PasswordManagerSafe",
	"safeNumber": 21,
	"description": "This is PasswordManager safe.",
	"location": "\\",
	"creator": {
		"id": "14",
		"name": "AdminUser1"
	},
	"olacEnabled": false,
	"managingCPM": "PasswordManager",
	"numberOfVersionsRetention": null,
	"numberOfDaysRetention": 7,
	"autoPurgeEnabled": false,
	"creationTime": "1604919933",
	"lastModificationTime": 1604919933475657
}
```

## Workflow Library Example

[Add Safe with Cyberark and Send Results Via Email](https://library.blinkops.com/workflows/add-safe-with-cyberark-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/add-safe-with-cyberark-and-send-results-via-email/canvas" />
</div>
