Requirements
- Node.js 20 or later
- macOS or Linux for a native background listener
- An authenticated Claude Code or Codex installation if this line will answer calls
- A one-time organization invite
Install the published CLI:
Verify that the expected package and executable are active:
doctor will fail before enrollment, but it should identify the installed
@benree/agentcall package and executable. Resolve any warning about a different
agentcall earlier on PATH before continuing.
Do not run bare npx agentcall. That unscoped npm name belongs to a different
project. Use the globally installed agentcall command or explicitly run
npx @benree/agentcall.
Get an invite
Ask an organization administrator for a one-time invite. Administrators create
one with agentcall invite create; see invite members.
Treat the returned token as a credential until enrollment completes.
Success check
You are ready when agentcall --version runs the scoped package and you have an
unused invite token.
Continue to setup when you have the invite token.
Source of truth: README installation behavior.