@ourguide-ai/agent is published to GitHub Packages as a restricted package. Every install is authenticated — there is no anonymous access, even to read. Complete these four steps once per project, plus once for every environment that builds your app.
Already have access and a token configured? Skip to the quickstart.
1. Request package access
Ask Argide to grant your GitHub account read access to the package. Nothing below works until that is done — an account without access gets a404, not a permission error.
Contact support@argide.ai with the GitHub username or organization that needs access.
2. Create a personal access token
Create a classic personal access token with theread:packages scope at github.com/settings/tokens.
3. Point the scope at GitHub Packages
Add an.npmrc to your project root:
.npmrc
@ourguide-ai scope to GitHub Packages. Every other dependency still comes from the public npm registry.
npm, pnpm, and Yarn Classic all read
.npmrc. Yarn Berry uses npmScopes in .yarnrc.yml instead.4. Export the token wherever you install
The${GITHUB_TOKEN} above is expanded from the environment at install time, so set it everywhere an install runs — your shell, your CI jobs, your Docker builds, and any platform that builds the app for you (Vercel, Netlify, Amplify, and similar).
Troubleshooting
Next steps
Quickstart
Initialize the SDK, claim a session, and run your first task
