Specifications

Machine-readable artifacts generated directly from the same source as these docs — so they never drift out of sync.

Generate a client

Point any OpenAPI-aware generator at the spec URL to scaffold a typed client in your language of choice.

openapi-generator
npx @openapitools/openapi-generator-cli generate \
  -i https://docs.majjha.com/openapi.json \
  -g typescript-fetch \
  -o ./majjha-client

For AI agents

Coding agents can read /llms.txt for a compact map of every endpoint and guide, then deep-link into the relevant page or fetch the OpenAPI document for exact schemas.