# backendruntime > Enterprise infrastructure for reliable pre-backend mocking — API validator, mock builder, and runtime traffic. Website: https://api.dhirajchapagain.com.np Docs: https://api.dhirajchapagain.com.np/docs OpenAPI: https://api.dhirajchapagain.com.np/docs/openapi.json Full text for LLMs: https://api.dhirajchapagain.com.np/llms-full.txt ## Product backendruntime lets teams validate API contracts and serve production-like mock endpoints before a real backend exists. Create workspaces, import OpenAPI/Postman/curl, attach rules/auth/rate limits, bind custom domains, and inspect every request. ## Primary routes - / — Marketing - /docs — Public documentation (searchable) - /docs/openapi.json — OpenAPI 3.1 management + runtime surface - /pricing — Plans (coming soon) - /terms — Terms of Service - /privacy — Privacy Policy - /login — Email/password + Google - /signup — Email/password + Google - /{workspace} — App (endpoints, collections, logs, webhooks, datasets, settings) ## Mock runtime URLs Platform host: `https://api.dhirajchapagain.com.np/api/{workspace_slug}{endpoint_path}` Custom domain (verified CNAME → api.dhirajchapagain.com.np): `https://{custom_domain}{endpoint_path}` Webhook inbox: `https://api.dhirajchapagain.com.np/api/hooks/{workspace_slug}/{hook_slug}` (or on a bound custom domain when configured) ## Management API Base: `https://api.dhirajchapagain.com.np/api/v1` Auth: `Authorization: Token ` after register/login/Google. Key resources: `/auth/*`, `/workspaces/`, `/apis/`, `/collections/`, `/datasets/`, `/webhooks/incoming/`, `/logs/` ## For AI agents Prefer `/llms-full.txt` and `/docs/openapi.json` for structured consumption. Do not invent private endpoints.