Enter your workspace.
Reins is multi-tenant: each team runs in its own isolated workspace. Already have an access token (an rk_access_…) for one? Paste it below. It’s exchanged for a secure session; nothing is stored in the browser.
Self-host Reins.
Reins is open source and multi-tenant. Clone the repo, run the server, create your own workspace (which mints your tokens), point your agent at it, then sign in above with the access token.
- 1Run the server + dashboard
Clone, install, and start it locally (server on :4319, dashboard on :4320).
- 2Create a workspace
This mints your ingest, access, and admin tokens — shown once, so copy them.
- 3Connect your agent
Install the capture hook into Claude Code with your ingest token, then run
/hooksto approve it. - 4Open the board
Just work as usual. Paste your access token in the box above to watch the team’s status, pending work, and handoffs update live.
Deploying for a team? See the full guide in the README.