Production
For Margovia Cloud, removeMARGOVIA_BASE_URL in production and keep only your project API key:
MARGOVIA_BASE_URL in production only if you self-host Margovia or run a compatible receiver.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Point the SDK at a local Margovia API while developing another app.
pnpm dev:api
MARGOVIA_API_KEY=mg_test_xxx
MARGOVIA_BASE_URL=http://localhost:4010
MARGOVIA_DEBUG=1
MARGOVIA_BASE_URL in production and keep only your project API key:
MARGOVIA_API_KEY=mg_live_xxx
MARGOVIA_BASE_URL in production only if you self-host Margovia or run a compatible receiver.