Available
API
Read and run, via API, your customers' points of sale and ERPs: products, inventory, sales, and the other resources.
For teams that run their customers' software
One API to manage all of your customers' points of sale in one place.
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
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
Read and run, via API, your customers' points of sale and ERPs: products, inventory, sales, and the other resources.
Available
Generate licenses, view devices, manage API keys, and run functions from the interface.
Coming later
The same resources, for agents, the terminal, and code.
The path
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.
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
Bridge is the program installed on your customer's device that links their point of sale or ERP.
Available
Point of sale
Coming later
Point of sale
Coming later
ERP
Operations
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.
List, search, create, and view items with images.
Read stock and adjust it.
List and search categories.
List, search, and create customers, and their groups.
List, search, and record sales.
List, search, and create quotes.
List, search, and create purchase orders.
List and search invoices.
List, search, and create suppliers.
List, search, and create sellers, and their groups.
Look up taxes and tax regimes.
Look up cash registers, shifts, and payment types.
List and search register cuts, the payment breakdown, the summary, and tips.
Billing
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 pricingA 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.
Each function invoke. Free stops at 2,000 a month. Pro and Platform bill the extra command.
100, 500, 1,000, or 2,000 requests per minute, depending on the plan. Separate from the command quota.
Cancelling a paid plan returns the account to the Free plan.