Core Trail Labs Admin
CTL Ecosystem

Admin access with a hard gate.

This surface is reserved for admin users in the control plane. Register flow is intentionally absent; access is granted only after backend login and admin entitlement checks succeed.

  • Identity check

    /v1/auth/login validates the user credentials against the CTLEcosystemProgram backend.

  • Admin gate

    /v1/session/context must return admin access before the UI unlocks.

  • Session model

    Browser never stores tokens in local storage; route handlers persist them with httpOnly cookies.

Sign In