ObservabilityWeaveDestinationConfig - TypeScript SDK

ObservabilityWeaveDestinationConfig type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { ObservabilityWeaveDestinationConfig } from "@openrouter/sdk/models";
2
3let value: ObservabilityWeaveDestinationConfig = {
4 apiKey: "<value>",
5 entity: "<value>",
6 project: "<value>",
7};

Fields

FieldTypeRequiredDescription
apiKeystring✔️N/A
baseUrlstringN/A
entitystring✔️N/A
headersRecord<string, *string*>Custom HTTP headers to include in requests to this destination.
projectstring✔️N/A