http://localhost:8080 with your
LightShip deployment URL when the service is hosted in your environment.
Session cookies
Web UI users sign in withPOST /login, which returns a session cookie the browser sends on every subsequent request.
must_change_password is true for a user, only GET /me, POST /me/password, and POST /logout are available. Changing the password clears the flag and revokes the caller’s other sessions.
Personal API keys
Every user can create personal API keys of the formlsk_... from Connect in the web UI. Pass them in an Authorization: Bearer header.
Bootstrap admin
The bootstrap username is alwaysadmin. On first boot with an empty LIGHTSHIP_ADMIN_PASSWORD_HASH, LightShip generates a password and prints it once to the container log. To manage the credential yourself, set LIGHTSHIP_ADMIN_PASSWORD_HASH and restart. Changing that environment value rotates the credential; an unchanged value does not undo a later password change made in Connect. See Admin Recovery.
Next steps
Create an API key
Create, list, and revoke personal keys through the API.
Connect an MCP client
Add LightShip to Claude Code or another MCP client.