Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
API authentication guide
AUTH_REQUIRED=true JWT_SECRET=<generate-secret>
curl -H "Authorization: Bearer YOUR_API_KEY" \ https://api.uselumina.io/v1/traces
const lumina = initLumina({ endpoint: 'https://api.uselumina.io/v1/traces', apiKey: process.env.LUMINA_API_KEY, service_name: 'my-service', });