Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.uselumina.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Lumina provides REST APIs for trace ingestion, querying, and management.

Base URLs

  • Ingestion: http://localhost:9411
  • Query API: http://localhost:8081
  • Replay API: http://localhost:8082

APIs

Ingestion API

OTLP trace ingestion endpoint

Query API

Trace retrieval and analytics

Replay API

Replay testing and comparison

Webhooks

Webhook configuration for alerts

Authentication

Self-hosted: No authentication required by default Cloud: API key authentication
curl -H "Authorization: Bearer YOUR_API_KEY" \
  http://api:8081/api/traces