Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.airon.ai/llms.txt

Use this file to discover all available pages before exploring further.

Getting Started Guide

Welcome to Airon! This comprehensive guide will walk you through everything you need to know to get started with our bare-metal cloud platform.

What is Airon?

Airon provides on-demand bare-metal infrastructure that scales with your needs. Whether you’re running AI workloads, high-performance computing, or need dedicated hardware, Airon delivers powerful machines in minutes, not hours.

Prerequisites

Before you begin, make sure you have:
  • An Airon account (sign up at airon.ai)
  • Basic familiarity with command-line interfaces
  • Your preferred SSH key for machine access

Quick Start Steps

1. Set up your environment

First, install the Airon CLI:
npm install -g @airon/cli

2. Authenticate

Log in to your Airon account:
airon auth login

3. Create your first machine

Create a GPU machine for AI workloads:
airon machines create --type gpu --architecture x86 --region us-east-1

4. Connect to your machine

Once the machine is ready, connect via SSH:
airon machines ssh MACHINE_ID

Next Steps

Need Help?

If you run into any issues:
  1. Check our documentation
  2. Visit our community forum
  3. Contact support at [email protected]