Getting Started with Azzor
From signup to your first preview environment in a few minutes.
Sign up with GitHub
Use GitHub OAuth to create your account and connect repositories securely.
Create your first project
From the dashboard, add your repository URL. Azzor auto-detects your stack (Laravel, Rails, Next.js, and more).
Repository URL: https://github.com/your-org/your-app
Stack detection: Automatic
Optional override: .azzor.yml
Create an environment
Provision a new environment from any of these entry points:
Dashboard: Open your project and click Create Environment.
CLI: azzor create PROJ-42
GitHub comment: Trigger from your PR workflow if configured.
Access your environment
Every environment includes SSH access and an HTTP preview URL.
SSH: ssh forge@ticket.project.preview.azzor.com
Preview: https://ticket.project.preview.azzor.com
Need SSH setup help? See SSH Access docs.
Invite your team
Go to Dashboard → Team, invite members by email, and assign roles.
Each teammate can access environments, collaborate on previews, and run workflows based on role permissions.