Skip to Content
Getting StartedShared SaaS

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/signup

You 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:

PlanIncludedPrice
Starter5 users, 10 GB logs/day, 50 hostsFree
Professional50 users, 100 GB logs/day, 500 hostsContact Sales
EnterpriseUnlimited users, unlimited data, dedicated infraContact 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.com

The 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:

  1. Prometheus — Import existing metrics and alerts
  2. AWS CloudWatch — Pull metrics and logs from your AWS environment
  3. Kubernetes — Discover services, pods, and cluster health
  4. 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 | bash

Find 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:

  1. Navigate to Incidents → New Incident
  2. Set severity to P4 — Informational
  3. Add a title: “Test incident — SaaS setup verification”
  4. Click Create
  5. 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.