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

# API reference

> Interactive docs, OpenAPI spec, and LLM context for the hosted Amika API.

The hosted Amika platform at [app.amika.dev](https://app.amika.dev) exposes a versioned REST API. Use the resources below to explore and integrate with it.

<CardGroup cols={3}>
  <Card title="Interactive docs" icon="book" href="https://app.amika.dev/api/v0beta1/docs">
    Browse endpoints, try requests, and view response schemas in the browser.
  </Card>

  <Card title="OpenAPI spec" icon="file-code" href="https://app.amika.dev/api/v0beta1/openapi.json">
    Machine-readable OpenAPI 3 specification for code generation and tooling.
  </Card>

  <Card title="llms.txt" icon="robot" href="https://app.amika.dev/api/v0beta1/llms.txt">
    LLM-friendly plain-text reference for AI-assisted development.
  </Card>
</CardGroup>
