Wheelbase Agent Platform

Backend service for the Wheelbase dealer copilot.

Embedding

Drop the script and custom element into a host page (e.g. wheelbase-dashboard):

<script src="/embed.js"></script>
<og-agent
  jwt="..."
  agent-id="wheelbase-dealer"
></og-agent>

The element renders a launcher button bottom-right. The host page passes the dealer's JWT; the agent verifies it against the api and forwards it to operational endpoints on tool calls.