The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ObservabilityWeaveDestinationConfig } from "@openrouter/sdk/models";
let value: ObservabilityWeaveDestinationConfig = {
apiKey: "<value>",
entity: "<value>",
project: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
apiKey | string | :heavy_check_mark: | N/A |
baseUrl | string | :heavy_minus_sign: | N/A |
entity | string | :heavy_check_mark: | N/A |
headers | Record<string, *string*> | :heavy_minus_sign: | Custom HTTP headers to include in requests to this destination. |
project | string | :heavy_check_mark: | N/A |