Installation
Set up your Solinth workspace and configure your environment.
5 min readUpdated December 2024
Creating Your Account
Getting started with Solinth is simple. Follow these steps to create your account and set up your first workspace.
Step 1: Sign Up
Visit solinth.com/auth/signup and create your account using your email or sign in with Google.
Team Accounts
If you're setting up Solinth for a team, you can invite team members after creating your account. Each team member will have their own login credentials.
Step 2: Create Your Organization
After signing up, you'll be prompted to create an organization. This is your workspace where all your dashboards and data will live.
- Organization Name: Your company or team name
- Slug: A URL-friendly identifier (e.g., "acme-corp")
- Plan: Choose between Free, Pro, or Enterprise
Step 3: Configure Your Workspace
Once your organization is created, you can customize your workspace settings:
- Set your timezone for accurate reporting
- Configure notification preferences
- Set up team permissions and roles
API Setup (Optional)
If you plan to use the Solinth API to push data programmatically, you'll need to generate an API key.
Generate API Key
# Navigate to Settings > API Keys
# Click "Generate New Key"
# Copy your key and store it securely
export SOLINTH_API_KEY="sk_live_xxxxxxxxxxxxx"Keep Your API Key Secure
Never commit your API key to version control or share it publicly. Use environment variables to store sensitive credentials.
Next Steps
Now that your account is set up, head to the Quick Start guide to create your first dashboard.