Delivery Operations
Real-time AI routing dashboard
← Back to site
AI routing active — orders auto-assigned as submitted via API
Total Orders
0
Available Drivers
4
In Transit
0
Delivered
0
Active Drivers
5 total
🚚
Chris W.
+15550000005
busy
🚚
Dave R.
+15550000003
available
🚚
Elena K.
+15550000004
available
🚚
Marcus T.
+15550000001
available
🚚
Sandra P.
+15550000002
available
Recent Orders
View all API
📦
No orders yet
Submit orders via POST /api/orders
Try the delivery loop

Submit an order via the API — the AI will route it to the nearest driver and send an SMS to your phone.

POST /api/orders
curl -X POST https://dashly-zzun.polsia.app/api/orders \n -H "Content-Type: application/json" \n -d '{
"customer_name": "Alex Rivera",
"customer_phone": "+15551234567",
"pickup_address": "123 Main St, NYC",
"dropoff_address": "456 Park Ave, NYC"
}'