# Airon Documentation > Documentation for Airon's bare-metal infrastructure platform ## Docs - [Get current user info](https://docs.airon.ai/api-reference/authentication/get-current-user-info.md): Retrieve information about the currently authenticated user - [User login](https://docs.airon.ai/api-reference/authentication/user-login.md): Authenticate a user and retrieve an access token - [User logout](https://docs.airon.ai/api-reference/authentication/user-logout.md): Invalidate the current user session - [User signup](https://docs.airon.ai/api-reference/authentication/user-signup.md): Create a new user account - [Get invoice details](https://docs.airon.ai/api-reference/billing/get-invoice-details.md): Retrieve detailed information about a specific invoice - [List contracts](https://docs.airon.ai/api-reference/billing/list-contracts.md): Retrieve a list of contracts, optionally filtered by organization - [List invoices](https://docs.airon.ai/api-reference/billing/list-invoices.md): Retrieve a list of invoices, optionally filtered by organization - [Create cluster](https://docs.airon.ai/api-reference/clusters/create-cluster.md): Create a new cluster with specified orchestrator and configuration - [Destroy cluster](https://docs.airon.ai/api-reference/clusters/destroy-cluster.md): Permanently destroy a cluster and all associated resources - [Get clusters status](https://docs.airon.ai/api-reference/clusters/get-clusters-status.md): Retrieve aggregate status information for all clusters - [List clusters](https://docs.airon.ai/api-reference/clusters/list-clusters.md): Retrieve a list of clusters, optionally filtered by organization or project - [Get factories status](https://docs.airon.ai/api-reference/factories/get-factories-status.md): Retrieve aggregate status information for all factories - [Get factory machines status](https://docs.airon.ai/api-reference/factories/get-factory-machines-status.md): Retrieve status information for machines in a specific factory - [List factories](https://docs.airon.ai/api-reference/factories/list-factories.md): Retrieve a list of factories, optionally filtered by organization or project - [List factory machines](https://docs.airon.ai/api-reference/factories/list-factory-machines.md): Retrieve all machines belonging to a specific factory - [Create inference service](https://docs.airon.ai/api-reference/inference/create-inference-service.md): Create a new inference service with specified configuration - [Destroy inference service](https://docs.airon.ai/api-reference/inference/destroy-inference-service.md): Permanently destroy an inference service - [Get inference services status](https://docs.airon.ai/api-reference/inference/get-inference-services-status.md): Retrieve aggregate status information for all inference services - [List inference services](https://docs.airon.ai/api-reference/inference/list-inference-services.md): Retrieve a list of all inference services - [Restart inference service](https://docs.airon.ai/api-reference/inference/restart-inference-service.md): Restart an inference service - [Run inference](https://docs.airon.ai/api-reference/inference/run-inference.md): Execute an inference request on the specified service - [Stop inference service](https://docs.airon.ai/api-reference/inference/stop-inference-service.md): Stop an active inference service - [Get logs](https://docs.airon.ai/api-reference/logs/get-logs.md): Retrieve log entries, optionally filtered by organization, project, machine, or factory - [Cluster machine](https://docs.airon.ai/api-reference/machines/cluster-machine.md): Add a machine to an existing cluster - [Create machine](https://docs.airon.ai/api-reference/machines/create-machine.md): Create a new machine instance with specified configuration - [Destroy machine](https://docs.airon.ai/api-reference/machines/destroy-machine.md): Permanently destroy a machine instance - [Get machine details](https://docs.airon.ai/api-reference/machines/get-machine-details.md): Retrieve detailed information about a specific machine including its current status - [List machines](https://docs.airon.ai/api-reference/machines/list-machines.md): Retrieve a list of machines, optionally filtered by organization, project, or other criteria - [Restart machine](https://docs.airon.ai/api-reference/machines/restart-machine.md): Restart a machine instance - [Sell machine](https://docs.airon.ai/api-reference/machines/sell-machine.md): List a machine for sale on the marketplace - [Start machine](https://docs.airon.ai/api-reference/machines/start-machine.md): Start a down machine instance - [Stop machine](https://docs.airon.ai/api-reference/machines/stop-machine.md): Stop a ready machine instance - [Update machine](https://docs.airon.ai/api-reference/machines/update-machine.md): Update machine configuration or settings - [Create organization](https://docs.airon.ai/api-reference/organizations/create-organization.md): Create a new organization with the specified slug - [Delete organization](https://docs.airon.ai/api-reference/organizations/delete-organization.md): Permanently delete an organization and all associated data - [Get organization details](https://docs.airon.ai/api-reference/organizations/get-organization-details.md): Retrieve detailed information about a specific organization by slug - [List organizations](https://docs.airon.ai/api-reference/organizations/list-organizations.md): Retrieve a list of all organizations accessible to the authenticated user - [Create project](https://docs.airon.ai/api-reference/projects/create-project.md): Create a new project within the specified organization - [Delete project](https://docs.airon.ai/api-reference/projects/delete-project.md): Permanently delete a project and all associated resources - [Get project details](https://docs.airon.ai/api-reference/projects/get-project-details.md): Retrieve detailed information about a specific project - [List projects](https://docs.airon.ai/api-reference/projects/list-projects.md): Retrieve a list of projects, optionally filtered by organization - [Update project](https://docs.airon.ai/api-reference/projects/update-project.md): Update an existing project's name or description - [CLI Commands](https://docs.airon.ai/cli/commands.md): Comprehensive reference for all Airon CLI commands and options - [CLI Getting Started](https://docs.airon.ai/cli/getting-started.md): Install and configure the Airon CLI for command-line infrastructure management - [Clustering](https://docs.airon.ai/compute/clustering.md): Get started with the Airon API - authentication, base URL, and first steps - [General compute](https://docs.airon.ai/compute/general-compute.md): Get started with the Airon API - authentication, base URL, and first steps - [Introduction](https://docs.airon.ai/compute/getting-started.md): Get started with the Airon API - authentication, base URL, and first steps - [GPU Compute](https://docs.airon.ai/compute/gpu-compute.md): GPU compute options and specifications available on Airon's bare-metal infrastructure - [Multi-node scaling](https://docs.airon.ai/compute/scaling.md): Get started with the Airon API - authentication, base URL, and first steps - [Storage capacity](https://docs.airon.ai/compute/storage.md): Get started with the Airon API - authentication, base URL, and first steps - [Getting Started Guide](https://docs.airon.ai/getting-started.md): Step-by-step guide to get started with Airon's platform - [Introduction](https://docs.airon.ai/introduction.md): Airon is a AI-native infrastructure platform providing training and inference with secure bare-metal compute - [Nomad Autoscaler Plugin](https://docs.airon.ai/plugins/nomad-autoscaler-plugin.md): Enable automatic scaling of your Nomad workloads with Airon's autoscaler plugin ## OpenAPI Specs - [openapi](https://docs.airon.ai/openapi/openapi.yaml)