Profile Information
Update your name, email, and other personal information
Learn how to authenticate with the SLYD platform and manage your access credentials.
SLYD uses Auth0 for secure authentication and identity management. This provides a robust authentication system with support for multi-factor authentication, social logins, and enterprise identity providers.
To get started with SLYD, you'll need to create an account through our sign-up process.
Navigate to https://platform.slyd.cloud/signup to begin the registration process.
Provide your email address, create a secure password, and fill in your personal details.
Check your inbox for a verification email from SLYD and click the verification link.
After verifying your email, you'll be prompted to complete your profile with additional information.
For optimal security, your password must:
Once your account is created, you can log in using your credentials.
Fig 1. SLYD Platform Login Screen
Log in using the email address and password you created during registration.
https://platform.slyd.cloud/login
Enterprise users can log in using their organization's identity provider.
Supported identity providers:
For additional security, we strongly recommend enabling multi-factor authentication for your SLYD account.
Go to your profile and select "Security Settings" from the dropdown menu.
Click "Enable MFA" and choose your preferred authentication method.
Follow the on-screen instructions to set up your chosen authentication method.
Complete the verification process to ensure your MFA is working correctly.
Use apps like Google Authenticator or Authy to generate time-based one-time passwords.
Receive a one-time code via text message to your registered phone number.
Use a physical security key (FIDO U2F) like YubiKey for authentication.
When enabling MFA, you'll receive a set of recovery codes. Store these securely in a password manager or other secure location. Recovery codes will allow you to access your account if you lose access to your MFA device.
If you need to interact with the SLYD platform programmatically, you'll need to create and use API keys.
Navigate to your account settings and select the "API Keys" tab.
Click the "Create New API Key" button.
Choose the appropriate permissions for your API key based on your needs.
Copy and securely store your API key. For security reasons, the key will only be displayed once.
Treat your API keys like passwords. Never share them, include them in client-side code, or commit them to version control. If you suspect an API key has been compromised, revoke it immediately and create a new one.
When making API requests, include your API key in the Authorization header:
curl -X GET https://api.slyd.cloud/v1/instances \
-H "Authorization: Bearer your_api_key"
You can manage various aspects of your account through the account settings page.
Update your name, email, and other personal information
Change your password and manage security settings
Manage payment methods and billing addresses
Configure email and in-platform notification preferences
If you encounter issues with authentication, here are some common solutions:
Use the "Forgot Password" link on the login page to reset your password. You'll receive an email with instructions for creating a new password.
Use one of your recovery codes to log in. If you don't have your recovery codes, contact support for assistance.
Double-check your email address and password. Make sure your account is verified and that you're using the correct login URL for your account type (standard vs. enterprise SSO).
Verify that you're including the "Bearer" prefix in your Authorization header and that the API key hasn't been revoked. Check the API key permissions to ensure it has access to the resources you're trying to use.
We're constantly improving our documentation. Let us know how we can make it better!