reins
offline
token sign in

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.

Opens a sample board (Atlas & Nimbus). No sign-up, nothing stored.
or paste your own access token
run it for your team — 4 steps

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.

  1. 1
    Run the server + dashboard

    Clone, install, and start it locally (server on :4319, dashboard on :4320).

  2. 2
    Create a workspace

    This mints your ingest, access, and admin tokens — shown once, so copy them.

  3. 3
    Connect your agent

    Install the capture hook into Claude Code with your ingest token, then run /hooks to approve it.

  4. 4
    Open 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.