Atlas Studio
Atlas Studio is an AI-native desktop IDE and web portal for enterprise workload automation. It combines 7 interactive AI agents with production-grade orchestration — batch processing, SAP/mainframe, MFT, SLA monitoring, and business process automation.
Atlas Studio is available as both a Desktop IDE (macOS, Windows, Linux) and a Web Portal at studio.atlastechlab.com .
Two Ways to Use Atlas Studio
| Desktop IDE | Web Portal | |
|---|---|---|
| Best for | AI agents, ad-hoc analysis, local development | Scheduling, team ops, runners, compliance |
| Platform | macOS, Windows, Linux | Any browser |
| AI Agents | All 7 agents with full UI | Via API |
| Workflows | Build & test locally | Schedule & run at scale |
| Auth | License key or SSO | Email/password or SSO |
| Price | Free tier + paid plans | Included with Studio plan |
The Seven AI Agents
| Agent | Description |
|---|---|
| RCA Agent | Root cause analysis — fetches incidents, correlates alerts, traverses dependency graphs |
| Runbook Agent | Converts incidents into executable step-by-step runbooks with approval gates |
| Workflow Agent | Builds production DAG workflows from natural language — SAP, mainframe, MFT |
| Coding Agent | Generates bash/Python/SQL scripts. Free with BYOM (Bring Your Own Model) |
| Dashboard Builder | AI-generated monitoring dashboards with PromQL, live preview, Grafana export |
| Report Generator | Executive SLA reports, incident summaries, compliance bundles |
| Data Analyzer | Natural language queries against connected data sources, live charts, CSV export |
Key Enterprise Capabilities
- Business Calendar Triggers — ICS import, skip holidays, per-timezone cron
- Cross-Workflow Dependencies — event bus emit/wait_for, configurable windows
- Mainframe / z-OS — JCL submit via z/OSMF REST, spool retrieval, ABEND detection
- File Watcher Trigger — SFTP, S3, Azure Blob, glob patterns, stable-age check
- SLA Monitoring — per-workflow deadlines, Slack/webhook escalation
- MFT with PGP + Checksum — PGP encrypt/decrypt, SHA-256, structured receipts
- Dev→Prod Promotion — full diff, approval gate, rollback, audit trail
- SAP RFC/OData/IDoc — native executor, connection profiles
- Message Queues — Kafka, RabbitMQ, IBM MQ
Quick Start
- Install the Desktop IDE — download for your platform
- Activate your license — free tier or paid plan
- Connect your first data source — Kubernetes, Datadog, ServiceNow
- Run your first agent — try the Coding Agent (no connectors needed)
- Create a workflow — automate a recurring task
Architecture
┌─────────────────────────────────────────────────────────┐
│ Atlas Studio IDE │
│ │
│ ┌─────────┐ ┌──────────┐ ┌─────────┐ ┌──────────┐ │
│ │ RCA │ │ Runbook │ │Workflow │ │ Coding │ │
│ │ Agent │ │ Agent │ │ Agent │ │ Agent │ │
│ └────┬────┘ └────┬─────┘ └────┬────┘ └────┬─────┘ │
│ └────────────┴─────────────┴─────────────┘ │
│ MCP Layer │
│ (Tool Registry) │
└─────────────────────┬───────────────────────────────────┘
│ Outbound TLS only
▼
┌─────────────────────────────┐
│ Enterprise Systems │
│ Kubernetes │ Datadog │ K8s │
│ ServiceNow │ SAP │ MQ │
└─────────────────────────────┘No inbound ports required. Atlas Studio uses outbound-only connections through the MCP (Model Context Protocol) tool layer.