Skip to main content
POST
Create an observability destination
This endpoint requires a management API key with settings:write.
The config object is write-only and encrypted before storage. Endpoints must use public HTTPS addresses.

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
name
string
required
Required string length: 1 - 200
type
enum<string>
required
Available options:
otel_collector,
webhook
config
object
required
write-only
enabled
boolean
privacy_mode
boolean
sampling_rate
number
Required range: 0.0001 <= x <= 1
group_join
enum<string>
Available options:
and,
or
include_generation_metadata
boolean
include_cost_metadata
boolean
include_identity_metadata
boolean
include_request_context
boolean
key_filters
object[]
Maximum array length: 100
rule_groups
object[]
Maximum array length: 10

Response

Destination created

data
object
required
Last modified on August 30, 2026