Everything you need to build on Silica.
Guides, concepts, and reference material for integrating Logistics, Telematics, Storefronts, and POS into your own systems.
From zero to your first request.
Create an account
Spin up a Silica workspace and pick the products you need: Logistics, Telematics, Storefronts, or POS.
Generate an API key
Create a scoped key from your dashboard settings. Keep test and live keys separate from day one.
Make your first request
Call the API reference, list your first orders or vehicles, and start wiring up webhooks for live updates.
Official SDKs for every stack.
Node.js
npm install @silica/sdkPython
pip install silica-sdkGo
go get github.com/silica/sdk-goRuby
gem install silica-sdkThe 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.