ObservabilityDatadogDestinationConfig - TypeScript SDK

ObservabilityDatadogDestinationConfig type definition

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

Example Usage

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

Fields

FieldTypeRequiredDescription
apiKeystring✔️Datadog API key must have LLM Observability permissions. Create at:
headersRecord<string, *string*>Custom HTTP headers to include in requests to this destination.
mlAppstring✔️Name to identify your application in Datadog LLM Observability
urlstringDatadog API URL for your region (e.g., https://api.datadoghq.com, https://api.us3.datadoghq.com, https://api.datadoghq.eu)