How-to — Connect GitHub
Connect the Eden GitHub App so the portal can see your repos for agent metadata and code references. Eden does not open auto-instrument PRs against your repositories — you wire the SDK yourself via the Quickstart or Connect any agent.
Install the GitHub App
- Portal → Settings → Integrations → GitHub → Install.
- Pick the org or user that owns the repos.
- Pick the repos (all, or a selection).
Typical permissions: read metadata and contents for framework / agent detection. Write access to PRs is not required for instrumentation (that flow was removed).
Register an agent from your repo
Optional — add eden/agent.yaml (or the path your team uses) so the
portal can list agents:
agents:
- name: checkout
framework: openai
version: 2.1.0
entrypoint: src/agents/checkout.py