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