II.
EnvVar JSON
Structured · liveenv-var:gh-token
GH_TOKEN json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "env-var:gh-token",
"_kind": "EnvVar",
"_file": "extensions/env-vars/cross-vendor-essentials.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GH_TOKEN",
"name": "GH_TOKEN",
"category": "auth",
"valueType": "string",
"description": "GitHub auth token used by Copilot CLI (`gh copilot`). Source:\ndocs.github.com/en/copilot/github-copilot-in-the-cli.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:copilot-cli.runtime@current",
"to": "env-var:gh-token",
"kind": "has_env_var",
"attributes": {}
}
]
}