Skip to main content
Applies to:
  • Plan -
  • Deployment -

Summary

Goal: Generate direct UI links to specific model executions in Braintrust when using the AI Proxy without the SDK. Features: Project Logs API, permalink URL construction, event ID retrieval.

Configuration Steps

Step 1: Fetch log events

Call the Project Logs API endpoint with your project ID to retrieve log events.

Step 2: Extract event IDs

Each event in the response contains an id field needed for the permalink.
Construct the UI link using the project ID and event ID.
console.log(permalink)