POST
/
instrument
Instruments a regular Python function.
curl --request POST \
  --url https://api.atla-ai.com/instrument

Query Parameters

message
string

Optional span name or description for the function's trace. If not provided, the function's qualified name is used.

Response

200

A function decorator that instruments the target function with a trace span.