Developers

Every capability is a REST endpoint.

Optimize routes, auto-dispatch, and orchestrate across carriers from your own stack. OAuth2 + JWT. Production-grade since 2016.

What's in the API

Seven endpoints cover the full dispatch loop.

Order in. Optimize. Dispatch. Track. Reconcile. Every step is callable from your stack via REST.

  • /v1/routes/optimize

    VRPTW solver. Hundreds of orders, dozens of constraints, seconds.

  • /v1/orders

    Ingest, validate, enrich. Time windows, capacity, skills.

  • /v1/vehicles

    Fleet, shifts, capacities, cost model, territory rules.

  • /v1/runs

    Dispatcher runs. Status, metrics, plan versions.

  • /v1/carriers

    Owned · contracted · on-demand. Per-ride decisioning.

  • /v1/pricing

    Rule-based rate cards. Zone, time, vehicle, contract.

  • /v1/events

    Stream surface. Status changes, exceptions, ETAs.

Architecture

Your stack on the left. Your fleet on the right. Mycelium in the middle.

One API surface between your systems of record and every carrier you dispatch to. Multi-tenant, multi-region, horizontally scaled.

Deployment shapes

Two deployment shapes.

Pick the shape that fits your stack. Identical capability surface in both.

Core.A

Full-stack deployment

Admin portal, consumer and employee apps, API, background workers, notifications, every integration.

Standard enterprise. Replaces a dispatcher workflow end to end.
Core.B

API-only deployment

API surface plus the optimization and dispatch workers. No UI layer. Present your own brand end to end.

Embedded partners, high-volume API customers, cost-optimized deployments.
Integration surface

Eight integration categories. Production-grade.

Every category listed below runs in at least one production deployment. Specific partners and endpoints ship on request.

RIDE-HAILING
  • Partner dispatch APIs
  • Branded consumer flow
  • Per-ride decisioning
In production since 2016
FLEET MANAGEMENT
  • SOAP and REST feeds
  • Bidirectional sync
  • Custom fleet APIs
Vehicle status · driver availability
ERPs · OMS · E-COMMERCE
  • Scheduled sync
  • Webhook push
  • Custom endpoints
Orders in · status out
AIRLINE BOOKING
  • Crew-scheduling feeds
  • Custom airline APIs
Flight-schedule triggers
PAYMENTS · NOTIFICATIONS
  • SMS gateway
  • Email (SMTP)
  • Custom webhooks
Delivery receipts · alerts
MAPPING
  • Multi-provider routing
  • Automatic fallback
  • Traffic blended into cost
Provider-agnostic by design
HR · WORKFORCE
  • Shift management
  • Eligibility sync
  • Role and policy
Employee directory · budget
TRACKING · GPS
  • Multi-tracker aggregation
  • Plan-vs-actual overlay
Presentation layer across carriers
Auth

OAuth2 client-credentials. JWT everywhere.

Short-lived access tokens, per-tenant service accounts, per-user scopes, administrator-controlled rotation. Customer data is partitioned per tenant. Mechanism specifics (isolation enforcement layer, audit-log format, key management) are implemented per our ISO 27001 ISMS scope; details available under DPA on request.

  • Authorization scopes travel in the token claim.
  • RBAC per user.
  • Audit logs on state-changing API calls. Read APIs are logged.
  • IP allowlists available on request.

ISO 27001 certified. Full security posture, certificate downloads, data-flow model.

Scale

Built for production load, not pilot traffic.

100-500
orders per optimization run
1000s
API requests per hour, second-scale response
Async
queue-backed long runs, synchronous short runs
Stateless
horizontal scaling, no sticky sessions

Talk to us about API access.

Tell us the integration shape you're after. We'll reply with the right engineer on the thread within one business day. Embedded partner? See white-label apps →