Loguro ingestion is built on a stateless HTTP architecture. Establish your telemetry uplink in under 60 seconds.
Secure your uplink via GitHub OAuth. Choose a tier to initialize your project quota.
Create a new project namespace within the Loguro console.
Generate high-entropy API keys from the project security panel.
Deploy your first payload to the global ingestion endpoint.
curl -X POST https://drop.logu.ro \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "X-Request-ID: unique-trace-id" \
-d '{ "level": "info", "message": "Handshake_Success", "context": { "huray": "ready" } }'Include the X-Request-ID header with a unique identifier to trace requests across your system. This enables end-to-end request tracking and correlation across distributed services.
Project-specific signatures for data integrity.
Standard UTF-8 payloads with strict level validation.
Interactive console tour upon first initialization.
Natural language queries. No proprietary syntax.