ObservabilityRampDestinationConfig - TypeScript SDK

ObservabilityRampDestinationConfig type definition

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

Example Usage

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

Fields

FieldTypeRequiredDescription
apiKeystring✔️Generate this in your Ramp integration settings.
baseUrlstringN/A
headersRecord<string, *string*>Custom HTTP headers to include in requests to Ramp.