# Fire Truck Mall

> Fire Truck Mall is Brindlee Mountain's marketplace for buying and selling used fire trucks and fire apparatus. AI assistants and agents can search the public inventory and filter listings by specification.

The primary capability is the public listings API. Use `GET /api/v1/listings/search` to search and filter used fire trucks by region, apparatus type, make/brand, price, year, mileage, pump GPM, tank capacity, aerial length, warranty status, and listing status. The links below point to the authoritative machine-readable definitions; start with the OpenAPI schema and the API catalog.

Example user intents the API can answer:

- Find available Pierce aerial fire trucks in the Midwest.
- Find pumpers under $300,000 with at least 1500 GPM.
- Find low-mileage rescue trucks in the Northeast.

## API and AI access

- [OpenAPI schema](https://firetruck-dev.interautomate.com/openapi.json): Machine-readable OpenAPI specification of the public listings API.
- [API catalog](https://firetruck-dev.interautomate.com/.well-known/api-catalog): Index of available public APIs.
- [Human API docs](https://firetruck-dev.interautomate.com/api/docs): Human-readable reference for the listings API.
- [AI access overview](https://firetruck-dev.interautomate.com/ai): Overview of how AI assistants and agents may use Fire Truck Mall.

## Optional

- [Inventory search page](https://firetruck-dev.interautomate.com/): Browse and search the full fire truck inventory in a web UI.
