Important API details:
- A valid Braintrust API key is required to access live project data such as experiments, datasets, and logs; documentation search does not require authentication.
- SQL queries are executed against Braintrust’s internal data plane — teams using a self-hosted Braintrust data plane must configure the server to point to their custom data plane endpoint rather than the default cloud endpoint.
- Object resolution and listing tools operate within the scope of the authenticated user’s Braintrust organization and project permissions.
- Permalink generation produces URLs tied to the authenticated user’s Braintrust organization, so generated links will only be accessible to users with appropriate access to that organization.
Server Details
| Property | Value |
|---|---|
| Transport | Streamable HTTP |
| Server Type | External |
| Endpoint | https://api.braintrust.dev/mcp |
| Categories | API Tools & Services, Development & DevOps |
Authentication
This server supports the following authentication methods:OAuth
Scopes:mcp
During the server onboarding flow, you will be prompted to complete the OAuth flow to grant access. See the Braintrust Authentication guide for step-by-step credential configuration.
Header Authentication
This server authenticates via HTTP headers. During the server onboarding flow, you will be prompted to confirm the required headers. Note that you do not provide the values for the headers during the server on-boarding. Header values are provided by the users during the Auth Link flow.Server Configuration
The following parameters can be set in the server URL when adding this server to your Caylex project:| Parameter | Type | Description | Example |
|---|---|---|---|
api_url | query | Override the default Braintrust API/data plane URL for organizations using a self-hosted Braintrust deployment. Without this, the server defaults to the Braintrust cloud data plane. | https://your-braintrust-instance.example.com |
Getting Started
Add the server
Navigate to the Server Library and click on the New Server button. Find Braintrust in the Caylex Catalog.
Use in a project
Add the server to a project by configuring project connections. Its tools are now available to any agents connected to that project.