> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nokia.atlas.arenaphysica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What is Atlas

> Atlas is an end-to-end platform for hardware development.

## Overview

Atlas helps teams identify issues earlier, troubleshoot failures faster, and accelerate work across design, test, manufacturing, and field operations.

Hardware development is constrained by verification: proving that a system behaves as intended is often slower, harder, and more expensive than generating the analysis itself.

Atlas exists to compress this loop: catch failures earlier, make verification more reachable, and make debugging deterministic rather than forensic.

## What Atlas delivers

<CardGroup cols={2}>
  <Card title="Harness intelligence" icon="microchip-ai">
    Apply AI directly to hardware workflows and investigations.
  </Card>

  <Card title="Catch failures early" icon="shield-check">
    Surface issues earlier in the development cycle, before they spread.
  </Card>

  <Card title="Ship faster" icon="rocket">
    Accelerate work across design, test, manufacturing, and field operations.
  </Card>

  <Card title="Improve product quality" icon="chart-line">
    Surface systemic issues and optimize performance over time.
  </Card>
</CardGroup>

## Interfaces

Atlas is available through two developer interfaces:

* **REST API** for programmatic access to systems, jobs, issues, test runs, sessions, and related objects. Base path: `/api/v1/`
* **Atlas CLI** for interactive workflows such as issue generation, job management, and test runs

These interfaces are documented in the sections that follow.
