Live deployment
Reference architecture running on a live stack
Sharon Sciammas Lab · Open Agents Deployment · April 2026
A live deployment of Vercel's open-source AI coding agent reference app, refined by Sharon Sciammas with documented fixes for 4 deployment blockers. Sign in, connect a test repository, and evaluate the GitHub PR workflow.
Build the auth flow with GitHub OAuth
What this is
Open Agents is Vercel's open-source reference implementation of the autonomous coding agent pattern. It pairs a chat interface with durable workflows, isolated sandbox execution, and GitHub automation.
This deployment keeps the reference architecture intact while documenting the fixes required to run it outside the original environment.
Reference architecture running on a live stack
Auth, sandbox, clone flow, and setup documentation
Branch, commit, push, and pull-request automation
Deployment fixes
Each item links to the exact implementation note in the deploy guide.
Uses JWE_SECRET, but the app actually needs BETTER_AUTH_SECRET and BETTER_AUTH_URL.
Details →The better-auth social provider config was missing mapProfileToUser.
Details →The app referenced a hardcoded snapshot ID scoped to the Vercel Labs team.
Details →SDK source: { type: "git" } mode left no origin remote and nothing useful to work with.
Details →Authentication
Use this path when you want project lookup and Vercel-linked context for a selected repository.
Use this path for a streamlined repo-connected evaluation. No Vercel login is required. Email and Google auth are better handled as a separate account-policy project.