Skip to content
Nick edited this page Nov 13, 2025 · 4 revisions

ReliAPI Wiki

Welcome to the ReliAPI Wiki — your guide to building reliable HTTP and LLM API integrations.

Quick Links

Getting Started

ReliAPI is a small reliability layer for ANY HTTP API and ANY LLM API — REST services, internal microservices, payment gateways, SaaS APIs, and LLM providers.

Quick start:

docker run -d \
  -p 8000:8000 \
  -e REDIS_URL=redis://localhost:6379/0 \
  -v $(pwd)/config.yaml:/app/config.yaml \
  reliapi/reliapi:latest

Documentation

Examples


ReliAPI — Reliability layer for HTTP and LLM calls. Simple, predictable, stable.

Clone this wiki locally