II.
Tool JSON
Structured · livetool:braintrust-proxy
Braintrust Proxy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:braintrust-proxy",
"_kind": "Tool",
"_file": "domain/tools/llm-proxies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Braintrust Proxy",
"homepageUrl": "https://www.braintrust.dev",
"kind": "other",
"description": "AI proxy from the Braintrust evaluation platform that adds logging,\ncaching, and access control to LLM API calls. Captured requests feed\ndirectly into Braintrust's evaluation and scoring pipelines, enabling\na tight loop between production traffic monitoring and offline evals.\nSupports OpenAI-compatible routing to multiple providers.\n"
},
"outgoingEdges": [
{
"from": "tool:braintrust-proxy",
"to": "skill-area:ai-agent-development",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:braintrust-proxy",
"to": "skill-area:eval-driven-development",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:braintrust-proxy",
"to": "tool:langsmith",
"kind": "alternative_to",
"attributes": {
"comparison": "LLM observability and evaluation platforms"
}
},
{
"from": "tool:braintrust-proxy",
"to": "tool:langfuse",
"kind": "alternative_to",
"attributes": {
"comparison": "LLM observability and evaluation platforms"
}
},
{
"from": "tool:braintrust-proxy",
"to": "tool:ragas",
"kind": "alternative_to",
"attributes": {
"comparison": "LLM evaluation platforms"
}
}
],
"incomingEdges": [
{
"from": "tool:langsmith",
"to": "tool:braintrust-proxy",
"kind": "alternative_to",
"attributes": {
"comparison": "LLM observability and evaluation platforms"
}
},
{
"from": "tool:langfuse",
"to": "tool:braintrust-proxy",
"kind": "alternative_to",
"attributes": {
"comparison": "LLM observability and evaluation platforms"
}
},
{
"from": "tool:ragas",
"to": "tool:braintrust-proxy",
"kind": "alternative_to",
"attributes": {
"comparison": "LLM evaluation platforms"
}
}
]
}