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

# Introduction

> Cloud APIs, devices, and device Functions for Orquestr.

# Introduction

Orquestr connects your POS devices to the cloud — invoke adapter functions and automate store operations through a single API.

To get started you'll need:

* An Orquestr organization with an active **license**
* A connected **device** (enrolled via the Device Gateway)
* An **API key**

Then you can list devices and invoke functions such as `sicarv4.products.search`.

## Quickstart

<CardGroup cols={2}>
  <Card title="Authenticate" icon="key" href="/quickstart">
    Create an API key and list devices for your customer.
  </Card>

  <Card title="Invoke a function" icon="play" href="/functions/invoke">
    Call `POST /v1/devices/{id}/functions/{function_id}` with structured input.
  </Card>

  <Card title="SICAR V4 catalog" icon="database" href="/functions/adapters/sicarv4/overview">
    Browse list, search, create, and custom SQL functions for Sicar V4.
  </Card>

  <Card title="API reference" icon="code" href="/api/introduction">
    Authentication, devices, functions, and more.
  </Card>
</CardGroup>

## Explore

<CardGroup cols={2}>
  <Card title="Errors" icon="triangle-alert" href="/errors">
    Standard error envelope, codes, and device-side result failures.
  </Card>

  <Card title="Saved SQL" icon="bookmark" href="/api/saved-sql">
    Org-scoped read-only queries exposed as `saved.<uuid>` functions.
  </Card>

  <Card title="Changelog" icon="newspaper" href="/changelog">
    Product updates and documentation changes.
  </Card>
</CardGroup>
