II.
ProviderTranslation JSON
Structured · liveprovider-translation:pi:anthropic
provider-translation:pi:anthropic json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "provider-translation:pi:anthropic",
"_kind": "ProviderTranslation",
"_file": "extensions/provider-translations/pi-translations.yaml",
"_cluster": "extensions",
"attributes": {
"harness": "pi",
"provider": "anthropic",
"proxyRequired": false,
"envMapping": [
{
"envVar": "ANTHROPIC_API_KEY",
"source": "auth.apiKey",
"condition": "present"
}
],
"args": [
"--provider",
"anthropic"
],
"notes": "Pi with Anthropic provider - passes --provider anthropic arg."
},
"outgoingEdges": [
{
"from": "provider-translation:pi:anthropic",
"to": "agent:pi",
"kind": "translates_for",
"attributes": {}
},
{
"from": "provider-translation:pi:anthropic",
"to": "provider:anthropic",
"kind": "uses_provider",
"attributes": {}
}
],
"incomingEdges": []
}