← Home

⚡ Azzor Docs

Getting Started with Azzor

From signup to your first preview environment in a few minutes.

1

Sign up with GitHub

Use GitHub OAuth to create your account and connect repositories securely.

2

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
3

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.

4

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.

5

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.

Start Building Explore API Docs