Quick Checklist
Live- Verify email OTP completion
- Check token/session expiry
- Retry on a clean browser session
Support resources for login, account access, workspace usage, and incident response.
Last updated: 27 March 2026
If you cannot sign in, use password recovery and complete your email OTP flow before retrying.
Use the Join Organisation option on login to connect to your workspace context.
{
"user": { "id": "...", "orgId": "..." },
"roles": ["admin"],
"permissions": ["apps.view"]
}
For suspicious activity or account safety concerns, contact platform support immediately and revoke active sessions.
Track availability and active incident updates on the public status channel.
{
"incident": "auth-latency",
"severity": "major",
"status": "investigating",
"nextUpdateInMin": 30
}
Use synthetic test data for development and QA workflows. Avoid uploading real customer data to test environments.
{
"status": "PENDING",
"checks": {
"emailVerified": { "done": true },
"profilePicture": { "done": false },
"atLeastOneApp": { "done": true }
}
}
{
"id": "2e1db199-...",
"deviceType": "desktop",
"ipAddress": "45.220.x.x",
"lastSeenAt": "2026-03-27T08:10:00.000Z"
}