| add_github_user | Add a user via their GitHub username. | 
| add_secret | Add a new secret to the vault. | 
| add_travis_user | Add a user via their Travis repo. | 
| add_user | Add a new user to the vault. | 
| create_package_vault | Create a vault, as a folder or in an R package. | 
| delete_secret | Remove a secret from the vault. | 
| delete_user | Delete a user. | 
| get_github_key | Get the SSH public key of a GitHub user | 
| get_secret | Retrieve a secret from the vault. | 
| get_travis_key | Retrieve the public key of a Travis CI repository | 
| get_user_file | Get the file of a user (email) | 
| list_owners | List users that have access to a secret | 
| list_secrets | List all secrets. | 
| list_users | List users | 
| local_key | Read local secret key. | 
| secret-package | Share Sensitive Information in R Packages. | 
| share_secret | Share a secret among some users. | 
| share_secret_with_key | Share a secret, its AES key is known already. | 
| share_secret_with_key1 | Share a secret with a single user, AES key is known. | 
| store_secret_with_key | Store a secret, encrypted with its AES key. | 
| try_get_aes_key | Try to get the AES key of a secret, using a private RSA key. | 
| unshare_secret | Unshare a secret among some users. | 
| update_secret | Update a secret in the vault. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.