Quick Start Guide
Understand Supervity’s core concepts and run your first operator
This guide introduces how Supervity works, not just how to click through the UI.
By the end of this page, you will understand:
- what an operator is
- how jobs are executed
- how auto apps, integrations, approvals, and schedules fit together
All roles share this foundation.
Core Concepts (Read This First)
Operator
An operator is an AI worker that:
- understands your intent
- plans how work should be done
- executes jobs using tools and policies
Operators don’t blindly automate. They operate within human-defined boundaries.
Job
A job is a single execution of work:
- triggered manually, on a schedule, or via API
- composed of multiple steps
- observable, retryable, and auditable
Every operator action ultimately results in jobs.
Auto App
An auto app is a packaged operational capability:
- workflows
- tools
- policies
- approvals
- integrations
Operators use auto apps to perform real work.
Governance Primitives
These apply to all roles:
- integrations (what tools operators can use)
- approvals (where humans intervene)
- schedules (when work runs)
Step 1: Sign Up & Workspace Setup
- Log in to Supervity
- Set up your workspace
- Define who can create operators and approve actions
This establishes your execution boundary.
Step 2: Connect an Integration
Operators need tools.
- Go to Settings → Integrations
- Connect a service (email, crm, chat, storage)
- Review and approve permissions
Integrations become tools operators can use inside jobs.
Step 3: Create Your First Operator
- Open Operators chat (
/u/alpha/agent) or My Operators - Describe the outcome you want
Example:
"Send me a daily email summary of new leads"
The operator will:
- plan the job
- select tools
- define execution steps
- surface approval points
Nothing runs without your approval.
Step 4: Test Execution
Run a test job to:
- observe step execution
- inspect inputs and outputs
- verify approvals and retries
This is where trust is built.
Step 5: Operationalize
Choose how jobs should run:
- manual
- scheduled
- API-triggered
- event-driven
Execution always respects governance.
Where to Go Next
- Business & Ops → Common Use Cases
- Admins → Human Review & Approvals
- Developers → Workflows API