Page Introduction

API root model

API root explains domain split, routing model, proxy behavior, and environment targeting for interactive testing.

  • Workshop uses `/api/ws/*`.
  • CarOwner uses `/api/co/*`.
  • Core/Common uses `/api/core/*`.

API Reference

API root and runtime model

MinBil APIs are documented per domain: Workshop (`/api/ws/*`), CarOwner (`/api/co/*`), and Core/Common (`/api/core/*`). Interactive docs run through same-origin proxy routes in this project.

Runtime targets

Interactive pages can execute requests against any of these environments:

Local: http://localhost:5000Staging: https://api-staging.minbil.ioDev: https://api-dev.minbil.io

Domain entry points

Workshop API

/api/ws/*

Workshop owner platform domain with onboarding, soft launch mapping, operational namespaces, and v2 read-model contracts.

Core/Common API

Shared and core endpoints used across domains.

Proxy behavior

# Workshop requests
http://localhost:3000/api/ws/*

# CarOwner requests
http://localhost:3000/api/co/*

# Core/Common requests
http://localhost:3000/api/core/*

Proxy target environment is selected from the environment switcher in interactive pages.