iiRecord
Agentic AI Atlas · GH_TOKEN
env-var:gh-tokena5c.ai
II.
EnvVar JSON

env-var:gh-token

Structured · live

GH_TOKEN json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/env-vars/cross-vendor-essentials.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}