Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { VaultSecretCopyRequest } from "@openrouter/sdk/models";
let value: VaultSecretCopyRequest = {
names: [
"github_token",
],
};
| Field | Type | Required | Description |
|---|---|---|---|
names | string[] | :heavy_check_mark: | Names of workspace secrets to copy, 1 to 100 unique entries. Every name must exist in the workspace scope. |