POST
/
main
/
configure
Configure Atla insights.
curl --request POST \
  --url https://api.atla-ai.com/main/configure

Query Parameters

token
string
required

The Atla Insights token associated with your organization.

sampling
string

The OpenTelemetry sampler to use. Must be a ParentBased or StaticSampler to ensure no partial traces are sent. Defaults to always-on (sample all traces).

metadata
object

A dictionary of metadata (key-value pairs) to add to all spans in the trace.

additional_span_processors
string[]

Additional span processors to attach (advanced usage).

verbose
boolean
default:true

Whether to print verbose output to the console. Defaults to true.

debug
boolean
default:false

Whether to enable debug logging. Defaults to false.

Response

200

No return value (None). Configures the SDK (side effects only).