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

# VaultSecret

Metadata for one stored secret. The secret value is never returned. `fingerprint` is a keyed SHA-256 digest of the value: equal fingerprints within one scope mean equal values, but a workspace secret and its intern copy carry different fingerprints. `hosts` and `fingerprint` are `null` only for legacy rows written before host binding was required; storing the secret again assigns hosts.

## Fields

| Field         | Type                                                                 | Required             | Description |
| ------------- | -------------------------------------------------------------------- | -------------------- | ----------- |
| `created_at`  | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy\_check\_mark: | N/A         |
| `fingerprint` | *Nullable\[str]*                                                     | :heavy\_check\_mark: | N/A         |
| `hosts`       | List\[*str*]                                                         | :heavy\_check\_mark: | N/A         |
| `name`        | *str*                                                                | :heavy\_check\_mark: | N/A         |
