Orquestr

For teams that run their customers' software

Operate your customers' points of sale and ERPs.

One API to manage all of your customers' points of sale in one place.

  • API available
  • Orquestr Console
  • Available adapter: Sicar V4
  • MCP, CLI, and SDK later
Orquestr API
APIMCPSoonAvailable

POST /v1/devices/{device_id}/functions/device.health · 200

{
  "data": {
    "device_id": "d7777777-7777-7777-7777-777777777777",
    "function_id": "device.health",
    "operation": "db.health",
    "result": {
      "ok": true,
      "driver": "mysql",
      "message": "mysql ok"
    }
  }
}

device.health takes no parameters. The response is the Cloud invoke envelope.

How it is used

API, console, and agents.

The API and Orquestr Console already operate your customers' points of sale and ERPs, with Orquestr Bridge on each device. MCP, the CLI, and the SDK use the same resources.

Available

API

Read and run, via API, your customers' points of sale and ERPs: products, inventory, sales, and the other resources.

Available

Orquestr Console

Generate licenses, view devices, manage API keys, and run functions from the interface.

Coming later

MCP, CLI, and SDK

The same resources, for agents, the terminal, and code.

The path

The connection stays on the device.

Orquestr Bridge keeps the database connection data on the device. That data does not leave it. Orquestr Gateway is the only party authorized to talk to Bridge, and the communication is signed. Orquestr Console sits above the gateway. The API, MCP, CLI, and SDK sit on Orquestr Console.

APIMCPSoonCLISoonSDKSoon

Orquestr Console

Orquestr Gateway

Signed commands. Only the gateway is authorized.

Orquestr Bridge

Device 01

Local connection

Orquestr Bridge

Device 02

Local connection

Orquestr Bridge

Device 03

Local connection

Adapters

Adapters connect through Orquestr Bridge.

Bridge is the program installed on your customer's device that links their point of sale or ERP.

Available

Sicar V4

Point of sale

Coming later

Eleventa

Point of sale

Coming later

Microsip

ERP

Operations

Functions, grouped by resource.

Through the API you operate the resources in your customer's point of sale or ERP. In Sicar V4, list and search are on every family; create only where the registry includes it.

Products

List, search, create, and view items with images.

Inventory

Read stock and adjust it.

Categories

List and search categories.

Customers

List, search, and create customers, and their groups.

Sales

List, search, and record sales.

Quotes

List, search, and create quotes.

Purchasing

List, search, and create purchase orders.

Invoices

List and search invoices.

Suppliers

List, search, and create suppliers.

Sellers

List, search, and create sellers, and their groups.

Taxes

Look up taxes and tax regimes.

Register

Look up cash registers, shifts, and payment types.

Cash cuts

List and search register cuts, the payment breakdown, the summary, and tips.

Billing

The plan caps Orquestr Bridge installs and commands.

A device is the machine where Orquestr Bridge is installed. Free includes 1. Pro includes 3 and Platform 50; each extra install is billed. The detail is on pricing.

View pricing

Devices

A device is where Orquestr Bridge is installed. Free includes 1 install. Pro includes 3 and then bills $10 a month for each extra Bridge. Platform includes 50 and then bills $5 a month for each one.

Commands

Each function invoke. Free stops at 2,000 a month. Pro and Platform bill the extra command.

Ratelimit

100, 500, 1,000, or 2,000 requests per minute, depending on the plan. Separate from the command quota.

Cancellation

Cancelling a paid plan returns the account to the Free plan.