ObservabilityLangsmithDestinationConfig - TypeScript SDK

ObservabilityLangsmithDestinationConfig type definition

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

Example Usage

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

Fields

FieldTypeRequiredDescription
apiKeystring✔️N/A
endpointstringN/A
headersRecord<string, *string*>Custom HTTP headers to include in requests to this destination.
projectstringThe name for this project, such as pr-openrouter-demo. Defaults to “main” if not set.
workspaceIdstringRequired for org-scoped API keys. Find this in your LangSmith workspace settings.