Skip to Content
Atlas Studio IDEAuthentication & Licensing

Authentication & Licensing

Atlas Studio has two authentication flows:

  1. Web Portal — email/password or SSO at studio.atlastechlab.com 
  2. 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.

  1. Visit atlastechlab.com/studio/pricing 
  2. Select your plan (monthly or annual)
  3. Complete checkout via Razorpay (credit card, UPI, net banking)
  4. Your license is upgraded immediately — no restart needed

See Plans & Billing for plan limits and pricing.


Activating the Desktop IDE

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

  1. Click Forgot Password on the login page
  2. Enter your email
  3. Check for a reset email (valid 1 hour)
  4. 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):

  1. Visit atlastechlab.com/studio/login 
  2. Click the Verify License tab
  3. Enter your email and license key
  4. 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

RolePermissions
OwnerFull access, billing, license management
AdminAll features, manage members
MemberCreate/run workflows, use agents
ViewerRead-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.