Colvex Agents

Sign in to continue

The Law Agent uses the same login as the Colvex Operations Hub. Open the hub login in a new tab, sign in, then come back here — your session will carry over automatically.

Open hub loginI've signed in — check again
Stuck in a loop?
  • SESSION_SECRETin this app's .env.localmust match the hub's exactly.
  • On localhost both apps must share the host name (they do: localhost:3000 and localhost:3002).
  • In production the hub must set the cookie's Domain to the apex (e.g. .colvex.ai).
  • If you just changed env vars, restart npm run dev.