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

# API reference

> The public types Ember exposes.

The public API lives in the `sh.carr.ember` package and is published as the `sh.carr.ember:ember-api` artifact.

## Types

<Columns cols={2}>
  <Card title="Ember" icon="fire" href="/developers/api-reference/ember">
    The service entry point. Lookup with `Ember.instance` (Kotlin) or `Ember.getInstance()` (Java).
  </Card>

  <Card title="Version" icon="tag" href="/developers/api-reference/version">
    A comparable representation of Ember's running version.
  </Card>
</Columns>

## JavaDocs

Per-class, per-method Javadocs are published separately. The link will land here once they're available.
