Connect coding agents
Optionally connect Claude Code or Codex for richer build context.
Connecting a coding agent adds runtime context to PR Stories and enables Harness Pack distribution. GitHub-only review works without this step.
Install the Fullbeam agent
Open Settings → Agent in your Fullbeam workspace. From a terminal in a connected repository, run:
npx @fullbeam/agent install --vendor auto
Authenticate the device and verify the installation:
fullbeam login --open fullbeam doctor --json
The installer detects supported clients and configures the Fullbeam integration.
Confirm it is working
Run fullbeam doctor --json and check that:
- the device is authenticated;
- the Git remote matches a repository connected through the GitHub App;
- the supported agent integration is enabled.
Complete a small task with Claude Code or Codex and open a pull request. When the evidence is available, the PR Story can show the session, Harness Pack, material decisions, tools, and verification activity.
Keep credentials private
Never paste a device credential into a repository, issue, pull request, chat, or support message. If a credential may have been exposed, revoke it and authenticate the device again.
Next: Use Harness Packs.