Authentication & Licensing
Atlas Studio has two authentication flows:
- Web Portal — email/password or SSO at studio.atlastechlab.com
- Desktop IDE — license key or SSO token from the Web Portal
Getting a License
Free Tier (no credit card required)
Go to the signup page
Visit atlastechlab.com/studio/signup .
Fill in your details
Enter your name, work email, organization name, and a password.
Click “Start Free”
Your free account is created instantly. You’ll receive:
- An Atlas Studio license key (format:
ATLAS-STUDIO-FREE-XXXXXXXX) - A Web Portal account at studio.atlastechlab.com
- 50 AI credits per month (enough to try all 7 agents)
Check your email
A welcome email with your license key and quick-start guide will arrive within a minute.
Paid Plans (Growth / Pro)
- Visit atlastechlab.com/studio/pricing
- Select your plan (monthly or annual)
- Complete checkout via Razorpay (credit card, UPI, net banking)
- Your license is upgraded immediately — no restart needed
See Plans & Billing for plan limits and pricing.
Activating the Desktop IDE
License Key
License Key Activation
This is the standard method for individual users and teams.
Launch Atlas Studio
Open the app. The activation screen appears on first launch (or via Help → Activate License).
Enter your license key
Paste your license key (format: ATLAS-STUDIO-FREE-XXXXXXXX or ATLAS-STUDIO-GROWTH-XXXXXXXX).
Enter your email
Enter the email address you signed up with.
Click Activate
Atlas Studio validates the key against the Control Plane (requires internet). If valid, the IDE unlocks.
License is cached locally
After activation, the IDE works offline for up to 7 days. It re-validates every 7 days when online.
To view your license key: Sign in to studio.atlastechlab.com → Settings → License.
Managing Your Account
Web Portal login
Go to studio.atlastechlab.com/login :
Email: your@email.com
Password: (your password set at signup)Forgot password
- Click Forgot Password on the login page
- Enter your email
- Check for a reset email (valid 1 hour)
- Set a new password
Change password
Web Portal → Settings → Security → Change Password
View your license key
Web Portal → Settings → License & Billing
License Verification
To verify a license key without signing in (e.g., for audit purposes):
- Visit atlastechlab.com/studio/login
- Click the Verify License tab
- Enter your email and license key
- The verification shows: plan tier, allowed features, expiration date
Via API
curl -X POST https://atlasaiop.com/api/studio/license \
-H "Content-Type: application/json" \
-d '{"licenseKey":"ATLAS-STUDIO-FREE-XXXXXXXX","email":"you@example.com"}'Response:
{
"valid": true,
"planId": "studio_free",
"organization": "YourCorp",
"allowedAgents": ["coding_agent", "rca_agent", "runbook_agent"],
"expiresAt": null
}Team Management
Inviting team members
Web Portal → Team → Invite Member → enter email → select role (Owner / Admin / Member / Viewer)
Roles
| Role | Permissions |
|---|---|
| Owner | Full access, billing, license management |
| Admin | All features, manage members |
| Member | Create/run workflows, use agents |
| Viewer | Read-only access to dashboards and reports |
Revoking access
Web Portal → Team → click member → Remove from Organization
Removing a member immediately revokes their session and any shared credentials they had access to.
License FAQs
Q: Can I use one license on multiple machines? A: Yes — a license activates on up to 3 machines simultaneously. Additional machines require deactivation of an existing one (Settings → License → Deactivate this machine).
Q: What happens when my license expires? A: The IDE enters read-only mode — you can view workflows and reports but not run agents or execute jobs. Renew via the Web Portal billing page.
Q: Can I transfer a license to another email? A: Contact support@atlastechlab.com. License transfers are processed within 1 business day.
Q: I lost my license key. How do I find it? A: Sign in to studio.atlastechlab.com → Settings → License. If you can’t log in, use the forgot password flow.