Shared SaaS Setup
The Shared SaaS deployment is the fastest way to start using AtlasAI. Your tenant is provisioned in Atlas Cloud with zero infrastructure to manage.
Step 1: Sign Up
Navigate to atlastechlab.com and click Get Started. Enter your work email, full name, and organization name.
https://atlastechlab.com/signupYou will receive a verification email within 60 seconds. Click the link to verify your account.
Step 2: Select a Plan
After verification, you will be prompted to choose a plan:
| Plan | Included | Price |
|---|---|---|
| Starter | 5 users, 10 GB logs/day, 50 hosts | Free |
| Professional | 50 users, 100 GB logs/day, 500 hosts | Contact Sales |
| Enterprise | Unlimited users, unlimited data, dedicated infra | Contact Sales |
All plans include full access to every module during a 14-day trial.
Step 3: Access Your Dashboard
Once your tenant is provisioned (typically under 30 seconds), you are redirected to the Command Center — your unified operations dashboard.
The default URL for your tenant on shared SaaS is:
https://<your-tenant-slug>.atlastechlab.comThe slug is assigned when the tenant is provisioned (often derived from your email domain). You receive the exact link in the welcome email. See also Subscribe & get access.
Step 4: Connect Your First Data Source
Navigate to Settings → Integrations and choose a data source to connect. Common first integrations include:
- Prometheus — Import existing metrics and alerts
- AWS CloudWatch — Pull metrics and logs from your AWS environment
- Kubernetes — Discover services, pods, and cluster health
- Datadog — Forward existing Datadog telemetry into AtlasAI
For each integration, follow the guided setup wizard. Most integrations require an API key or webhook URL and can be connected in under 2 minutes.
Step 5: Install Edge Agents (Optional)
For host-level monitoring, install the AtlasAI Edge Agent on your servers. The agent collects system metrics (CPU, memory, disk, network), forwards logs, and can execute approved runbooks.
curl -sSL https://downloads.atlastechlab.com/install-agent.sh | bash
# Or with explicit tenant and Tenant Plane URL:
# ATLAS_TP_URL=https://<your-tenant-slug>.atlastechlab.com ATLAS_TENANT_ID=<YOUR_TENANT_ID> \
# curl -sSL https://downloads.atlastechlab.com/install-agent.sh | bashFind your Tenant ID and API Key under Settings → Edge Agents → Installation.
Step 6: Create Your First Incident
To verify everything is working, you can manually create a test incident:
- Navigate to Incidents → New Incident
- Set severity to P4 — Informational
- Add a title: “Test incident — SaaS setup verification”
- Click Create
- Open the incident and click Run RCA to test AI-powered root cause analysis
Your Shared SaaS environment is now ready. Continue to Your First Incident for a detailed walkthrough.