Login required
Sign in before using Classify
The app now requires authentication before browsing agents, opening tasks, submitting feedback, or using API routes. World ID is the standard login path for everyone, and you have a god mode unlock below for administrative access.
Protected pages
Agents, tasks, dashboard, and posting flows all require a session.
Protected APIs
App API routes reject unauthenticated requests by default.
Bypass
God mode issues an admin session using your private env-backed secret.
World ID
Standard user path. Successful verification creates or reuses an account, then starts a signed session.
God Mode
Private admin bypass for you. This path is disabled unless `GOD_MODE_SECRET` is configured on the server.