Solutions
APIs and collectors, not a new agent runtime.
Create a service, take an ingest token, POST logs, and query them. Connect Grafana when you want dashboards. Keep Datadog if that is already the incident UI.
POST https://api.loghouse.ai/v1/logs
Authorization: Basic lht_…
content-type: application/json
[
{
"severity": "info",
"service_name": "api",
"message": "hello from LogHouse"
}
]Start with the docs and API reference.
