> For the complete documentation index, see [llms.txt](https://docs.pareto.credit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pareto.credit/developers/api/vault-categories.md).

# Vault categories

Vault categories group vaults by their investment profile, strategy type, or risk classification. They provide high-level metadata for sorting and UI filtering.

## Structure

Each vault category object includes:

* `_id` *(string)* — Unique identifier
* `code` *(string)* — Unique category code (e.g. "CAT\_1", "STRATEGY")
* `name` *(object)* — Multilingual name (e.g., `{ en: "Stable Yield" }`)
* `description` *(object)* — Multilingual description
* `createdAt`, `updatedAt` *(string)* — ISO timestamps (UTC Unix time)
* `createdBy`, `updatedBy` *(string)* — Actor IDs

## Endpoints

{% openapi src="/files/UKOkJpLKVrCWc1fzucQF" path="/vault-categories" method="get" %}
[VaultCategories.yaml](https://4223418165-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVSPclqPyChB4NMxFfG2X%2Fuploads%2FaZwO8LlCnjkQecLpuarQ%2FVaultCategories.yaml?alt=media\&token=1ecfdc66-fe4a-457a-99aa-7e0fad7c930f)
{% endopenapi %}

{% openapi src="/files/UKOkJpLKVrCWc1fzucQF" path="/vault-categories/{typeId}" method="get" %}
[VaultCategories.yaml](https://4223418165-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVSPclqPyChB4NMxFfG2X%2Fuploads%2FaZwO8LlCnjkQecLpuarQ%2FVaultCategories.yaml?alt=media\&token=1ecfdc66-fe4a-457a-99aa-7e0fad7c930f)
{% endopenapi %}


---

# 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:

```
GET https://docs.pareto.credit/developers/api/vault-categories.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.
