Ship reliable, testable agents – not guesses. Better Agents adds simulations, evaluations, and standards on top of any framework. Explore Better Agents
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>"
}Generate public trace paths using LangWatch to share insights, evaluations, and agent testing results securely.
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>"
}Was this page helpful?