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

# OpenAPI specs

> Browse the OpenAPI spec for every Nscale service.

Most service specs are published to [`nscaledev/openapi`](https://github.com/nscaledev/openapi); these links always point at the latest released version.

<CardGroup cols={2}>
  <Card title="Serverless" icon="bolt" href="https://petstore.swagger.io/?url=https://inference.api.nscale.com/openapi.yaml">
    Serverless AI inference and model access.
  </Card>

  <Card title="Compute" icon="server" href="https://petstore.swagger.io/?url=https://raw.githubusercontent.com/nscaledev/openapi/main/compute/latest/openapi.yaml">
    Provisioning and lifecycle management of Compute instances.
  </Card>

  <Card title="Identity" icon="id-badge" href="https://petstore.swagger.io/?url=https://raw.githubusercontent.com/nscaledev/openapi/main/identity/latest/openapi.yaml">
    Organizations, users, and access control.
  </Card>

  <Card title="Region" icon="globe" href="https://petstore.swagger.io/?url=https://raw.githubusercontent.com/nscaledev/openapi/main/region/latest/openapi.yaml">
    Networking and storage resources scoped to a region.
  </Card>

  <Card title="Storage" icon="database" href="https://petstore.swagger.io/?url=https://raw.githubusercontent.com/nscaledev/openapi/main/storage/latest/openapi.yaml">
    Object storage endpoints and access keys.
  </Card>

  <Card title="Reservation" icon="calendar-check" href="https://petstore.swagger.io/?url=https://raw.githubusercontent.com/nscaledev/openapi/main/reservation/latest/openapi.yaml">
    GPU capacity reservations and placement.
  </Card>
</CardGroup>
