> For the complete documentation index, see [llms.txt](https://docs.verygoodsecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verygoodsecurity.com/agentic-commerce/create-a-vgs-vault.md).

# Create a VGS Vault

Before your system (or agent) can collect, tokenize, or route sensitive data through VGS, you'll need to create a **VGS Vault**.

A Vault is your secure, isolated environment inside VGS. It acts as the central control plane for:

* Tokenizing and storing sensitive data
* Configuring secure data routes via the Inbound and Outbound Proxies

***

## Step-by-Step: Creating a Vault

### Step 1. **Sign up for an account using the VGS Dashboard**

Go to [dashboard.verygoodsecurity.com](https://dashboard.verygoodsecurity.com) and sign in. If you don't have an account, you can create one for free.

After you sign up for an account, VGS will automatically create an Organization and Vault. Please feel free to customize your experience by renaming your sandbox Organization or Vault and inviting your teammates to collaborate in the same organization.

<figure><img src="/files/ks9FCfwFl2AadtfQEXi3" alt=""><figcaption></figcaption></figure>

If you already have a VGS Organization and Vault setup, you can create additional vaults using the "+ New" button in the dashboard or via the [VGS CLI](https://www.verygoodsecurity.com/docs/vgs-cli/commands#generate-2).

<figure><img src="/files/qXjlkikndP1epoPUBb1q" alt=""><figcaption></figcaption></figure>

***

### Step 2. **Find Your Vault ID**

You’ll see a unique tenant identifier in the top-left of your Vault (e.g. `tnt123abcde`).\
This is your **Vault ID** - used to initialize VGS Collect, route traffic, and configure APIs. \
\
Note: Vault ID can also be referred to as **Tenant ID**.

<figure><img src="/files/dtI2nWJtUQHy6cWNUlnD" alt=""><figcaption></figcaption></figure>

***

### What Can I Do With a Vault?

| Feature         | Description                                                                                                             |
| --------------- | ----------------------------------------------------------------------------------------------------------------------- |
| VGS Collect     | Secure front-end collection of card/PII data                                                                            |
| Inbound Proxy   | Tokenize miscellaneous data before it enters your environment.                                                          |
| Outbound Proxy  | Reveal and send data to PSPs or third parties                                                                           |
| Card Management | Get access to additional card services such as network tokens and cryptograms that can be used for agent-based payments |

***

### Step 3. Enable Card Management

If not already done, please email <support@vgs.io> to enable the [VGS Credential Management API](/cmp/platform/cmp-account.md) on your account.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.verygoodsecurity.com/agentic-commerce/create-a-vgs-vault.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
