beginner
plugins
marketplace
integrations

Levy Plugins Overview

Levy Plugins turns Levy Fleets into an open platform with first-party integrations, a public marketplace, and a developer program for third-party extensions.

Levy Fleets TeamMay 18, 20266 min read

Levy Plugins Overview

Levy Plugins is the official integration platform for Levy Fleets. Operators install plugins to add features built by Levy and third-party vendors — identity verification, parking AI, ride insurance, Slack alerts, data warehouse exports, and more — without writing any code.

One marketplace, many integrations

Levy ships eight first-party plugins out of the box and accepts third-party submissions through the developer portal. Every plugin uses the same install, billing, and audit flow.

What is a plugin?

A plugin is a remote service that connects to your Levy Fleets account through a documented contract:

  • Webhooks — Levy pushes events to the plugin when rides start, vehicles go offline, customers sign up, and so on.
  • Plugin API — the plugin calls back into /api/plugin/v1/* using a scoped token that only sees data in your subaccount.
  • Manifest — a plugin.json declares what permissions the plugin needs, which events it listens to, what configuration it requires, and how it bills.

Plugins do not run code on Levy infrastructure. They are external services with their own hosting, their own roadmap, and their own support — Levy handles authentication, billing, and the install experience.

Why use plugins?

NeedPlugin
Verify rider identity / ageVeriff, Persona
Score parking-photo complianceCaptur.ai
Per-ride insurance opt-inCover Genius
BLE parking verificationSparkPark
Ops alerts in SlackSlack
Connect 6,000+ apps without codeZapier
Export rides to BigQuery / SnowflakeBigQuery / Snowflake / Looker

You can also build your own plugin to push data into your fraud system, CRM, finance stack, or anywhere else — see the developer portal for the submission process.

Where to find plugins

  • Marketplace browse: Dashboard → Marketplace
  • Installed plugins: Dashboard → Settings → Plugins
  • Developer portal: /developers (open to anyone)

Pricing model

Plugins are priced one of four ways: free, one-time, monthly recurring, or usage-based. Levy collects a 20% platform fee on paid plugins. First-party plugins like Slack and Zapier are free; Captur.ai is $99/month; BigQuery export is $199/month per destination. See Plugin billing for details.

What plugins can and cannot do

Every plugin install requires explicit operator consent for a list of permissions. Plugins can read rides, customers, vehicles, zones, and payouts, and they can write tags, flags, notes, and (for admin-class plugins) vehicle status. Plugins cannot change ride fares or wallet balances — those are reserved for Levy core to protect refund accounting and partner payouts.

Refunds are always against the ride

Plugins never credit wallets directly. If a plugin needs to issue a refund, it routes through Levy's ride-refund API, which keeps tax remittance and partner payouts correct.

What's next