TypeScript SDKAPI ReferenceModelsObservabilityLangsmithDestinationConfig - TypeScript SDKCopy pageObservabilityLangsmithDestinationConfig type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { ObservabilityLangsmithDestinationConfig } from "@openrouter/sdk/models";23let value: ObservabilityLangsmithDestinationConfig = {4 apiKey: "<value>",5}; Fields FieldTypeRequiredDescriptionapiKeystring✔️N/Aendpointstring➖N/AheadersRecord<string, *string*>➖Custom HTTP headers to include in requests to this destination.projectstring➖The name for this project, such as pr-openrouter-demo. Defaults to “main” if not set.workspaceIdstring➖Required for org-scoped API keys. Find this in your LangSmith workspace settings.