Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { External } from "@openrouter/sdk/models/operations";
let value: External = {
user: "partner-user-123",
};
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
apiKey | string | :heavy_minus_sign: | Optional partner-supplied API key with a minimum length of 32 characters and sufficient entropy. Stored as a SHA-256 hash and never returned. | |
user | string | :heavy_check_mark: | Partner’s end-user identifier for attribution. | partner-user-123 |