Specifications
Machine-readable artifacts generated directly from the same source as these docs — so they never drift out of sync.
OpenAPI 3.1The full REST contract. Import into Postman/Insomnia or generate a typed client with openapi-generator.llms.txtA concise, link-rich index of these docs for LLMs and coding agents.
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-clientFor 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.