Ship reliable, testable agents – not guesses. Better Agents adds simulations, evaluations, and standards on top of any framework. Explore Better Agents
Python
import requests url = "https://app.langwatch.ai/api/trace/{id}/share" headers = {"X-Auth-Token": "<api-key>"} response = requests.post(url, headers=headers) print(response.text)
{ "path": "<string>" }
Returns a public path for a trace
ID of trace to share
Public path created
Was this page helpful?