July 2026
Deep Link API
Added two new endpoints to generate direct URLs to Nebuly’s Live Activity page:These endpoints return a URL that opens the requested interaction or conversation directly in the platform.June 2026
Custom cost for LLM traces
TheLLMTrace object in the Interaction API now
supports an optional cost field, expressed as a non-negative integer number
of micro-dollars (1 USD = 1,000,000 micro-dollars). When provided, this value
overrides the cost that would otherwise be computed automatically from the
model, input_tokens and output_tokens. Use it to report the exact cost of
a call, for example for models or providers whose pricing Nebuly does not
compute automatically, or to account for custom or negotiated pricing.February 2026
Rename to Eligible Users
The Eligible Users APIs have been renamed to Eligible Users. Please update your integration accordingly. The following endpoints are affected:The old endpoints are still available, but considered as deprecated and will be removed in the future.Rename to User Feedback
The Send Feedback Actions endpoint has been renamed to Send User Feedback. Additionally, thefeedback_actions field in the Interaction API has been renamed to user_feedback.To avoid breaking changes for the Interaction API we have increased the version of the endpoint to v3. The v2 endpoint is still available but it is deprecated and will be removed in the future,
please update your integration accordingly.