Get Started with IQStudio
Agent lifecycle management for Microsoft 365 and Azure.
Discover, govern, and manage every AI agent from a single console.
Two steps. Takes under 10 minutes.
1
Deploy to Your Azure Subscription
Deploy IQStudio infrastructure into your own Azure subscription. All data stays in your environment — full data sovereignty. The deployment takes about 10-15 minutes.
Deploy to AzureOpens the Azure Portal with a guided deployment wizard. Estimated cost: ~$30/month.
2
Initialize IQStudio
After the deployment completes, run the setup script to create your app registration and connect IQStudio to Microsoft Graph. The script runs in Azure CloudShell and takes about 2 minutes.
- Open Azure CloudShell and select PowerShell
- Copy and paste the command below, then press Enter
- The script will auto-detect your deployment and configure everything
irm https://getiqstudio.unitone.ai/setup | iex
The script creates an app registration in your tenant with read-only permissions. No credentials are shared with IQStudio. Uses Workload Identity Federation for secretless authentication.
Requirements:
Global Administrator — or Cloud Application Administrator + Privileged Role Administrator. The script will check your permissions before making changes.