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

# VaultSecretWriteRequest

Secret value and the exact hostnames it may be released to.

## Fields

| Field   | Type        | Required             | Description                                                                                                                                                                                                                                                                                                                                                                                                   |
| ------- | ----------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Hosts` | \[]`string` | :heavy\_check\_mark: | Exact DNS hostnames the secret may be sent to, 1 to 100 entries. Each entry is lowercased and a trailing dot is removed, so `API.Example.com.` is stored as `api.example.com`. Schemes, ports, paths, wildcards and empty values are rejected. Duplicates after normalization are collapsed. Matching is exact: a secret bound to `api.example.com` is never released to `example.com` or any other hostname. |
| `Value` | `string`    | :heavy\_check\_mark: | Secret value, 1 to 65536 characters. It is encrypted at rest and never returned.                                                                                                                                                                                                                                                                                                                              |
