II.
ProviderTranslation JSON
Structured · liveprovider-translation:claude:anthropic
provider-translation:claude:anthropic json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "provider-translation:claude:anthropic",
"_kind": "ProviderTranslation",
"_file": "extensions/provider-translations/claude-translations.yaml",
"_cluster": "extensions",
"attributes": {
"harness": "claude",
"provider": "anthropic",
"proxyRequired": false,
"envMapping": [
{
"envVar": "ANTHROPIC_API_KEY",
"source": "auth.apiKey",
"condition": "present"
},
{
"envVar": "ANTHROPIC_MODEL",
"source": "config.model",
"condition": "present"
}
],
"args": [],
"notes": "Native Anthropic provider for Claude Code - direct API key pass-through."
},
"outgoingEdges": [
{
"from": "provider-translation:claude:anthropic",
"to": "agent:claude-code",
"kind": "translates_for",
"attributes": {}
},
{
"from": "provider-translation:claude:anthropic",
"to": "provider:anthropic",
"kind": "uses_provider",
"attributes": {}
}
],
"incomingEdges": []
}