Developer Hub

driplee.online Developer Resources & API (Driplee)

← App Home

1. Official CLI Tool Available

Developers and AI agents can install and run the official Driplee CLI tool directly across popular package managers:

# Install via NPM (Node.js)
npm install -g driplee
# Run directly via NPX without installation
npx driplee calculate --drug norepinephrine --dose 0.05 --weight 70
# Install via Homebrew (macOS / Linux)
brew install driplee
# Install via Python PyPI
pip install driplee-cli

2. Machine-Readable Specifications

3. Public REST Endpoints

  • GET /api/health.json: Operational status, uptime, version.
  • GET /api/drugs.json: Vasoactive, sedative, and antiarrhythmic drug catalog.
  • GET /api/calculators.json: 19+ ICU risk calculators with formulas and references.
  • GET /api/deprecation.json: Backwards compatibility and deprecation lifecycle.
  • GET /api/mcp.json: MCP JSON-RPC 2.0 endpoint.