Introduction

Parlevel Documentation

Parlevel is an RFID-powered inventory management platform built for hospitality operations. It tracks bottles, kegs, and other tagged assets in real time using UHF RFID readers.

What's in these docs

SectionWhat it covers
Getting StartedEnvironment setup, relay APK installation, first scan
RFID SystemU300 reader, antenna control, moisture sensing, tag families
API ReferenceAll RFID HTTP endpoints — config, ingest, antennas, buzzer, moisture
Data ModelSupabase schema — key tables, relationships, RFID event flow

Architecture overview

┌─────────────────────────────────────────┐
│           Parlevel App (Next.js)         │
│                                         │
│  /area-management  /locations  /api     │
└───────────────┬─────────────────────────┘
                │ HTTPS
┌───────────────▼─────────────────────────┐
│         U300 Relay APK (Android)        │
│   - Runs on a tablet at the venue       │
│   - Polls the U300 reader via LAN       │
│   - POSTs tag events to /api/rfid/…     │
└───────────────┬─────────────────────────┘
                │ USB / WiFi LAN
┌───────────────▼─────────────────────────┐
│       Chainway U300 UHF RFID Reader     │
│   - Up to 8 antenna ports               │
│   - Reads EPC, TID, and sensor banks    │
└─────────────────────────────────────────┘

Connect Claude to these docs

This site doubles as an MCP server. Add the URL below to Claude (Settings → Integrations → Add MCP Server) and Claude will be able to search and read these docs during any conversation.

https://docs.parlevel.com/api/mcp

Quick links