SK Fleet Devs

Integrate SK Fleet into your codebase

Standardized REST endpoints, signed event webhooks, and Model Context Protocol (MCP) tool routing.

fig 01 · architecture topology integration Your Application Client sk-backbone-api Gateway sk-fleet-api Core Service
⚠ In development. SK Fleet is a local-only build today, in pilot design with a UAE limousine operator. The domain model, the 151-operation API surface and the flows on this page are real and implemented; hosting, published tariffs and the plan prices below are not final. We show the banner rather than imply it is generally available.

Quickstart Integration

Initiate actions securely in three simple steps. Authenticate requests using Platform-signed delegated JWT tokens.

$ curl -X POST https://api.softknack.com/v1/fleet \
  -H "Authorization: Bearer <delegated_JWT>" \
  -H "Content-Type: application/json" \
  -d '{"org_id": "org_01"}'
        
Event System

Webhook Subscription Catalog

Ingest events in real time. All webhooks conform to the standard Nexus payload format and contain an HMAC signature key.

Event TypeDescription
fleet.booking.confirmedFires when a quote is accepted and the booking with its ordered stops is committed.
fleet.booking.allocatedFires when dispatch assigns a vehicle and driver to the booking without a clash.
fleet.duty.startedFires when the driver starts the duty and the telemetry stream opens.
fleet.duty.completedFires on the last stop, carrying actual times, odometer and waiting minutes.
fleet.charge.postedFires when the recomputed settlement line moves from accrued to posted in SK Billing.
fleet.obligation.breachedFires when a permit, licence or PDP obligation lapses and a compliance hold is raised.