SILICA

Operations OS

Documentation

Everything you need to build on Silica.

Guides, concepts, and reference material for integrating Logistics, Telematics, Storefronts, and POS into your own systems.

Quickstart

From zero to your first request.

01

Create an account

Spin up a Silica workspace and pick the products you need: Logistics, Telematics, Storefronts, or POS.

02

Generate an API key

Create a scoped key from your dashboard settings. Keep test and live keys separate from day one.

03

Make your first request

Call the API reference, list your first orders or vehicles, and start wiring up webhooks for live updates.

Client libraries

Official SDKs for every stack.

NO

Node.js

npm install @silica/sdk
PY

Python

pip install silica-sdk
GO

Go

go get github.com/silica/sdk-go
RU

Ruby

gem install silica-sdk
Core concepts

The building blocks of the API.

Orders

The core unit of work: an order flows through inventory, dispatch, and delivery, updating in real time.

Inventory

One stock count shared across storefront, POS, and fulfillment, so nothing oversells.

Vehicles & telemetry

Live location, diagnostics, and driver behavior data streamed per vehicle.

Webhooks & events

Subscribe to order, inventory, and vehicle events instead of polling for changes.

Browse the full API reference