Docs
API reference
Base URL is the public ingest/query host for your environment (production: https://api.loghouse.ai). Authenticate with service tokens.
Authentication
Send a write token for ingest and a read token for query. Tokens are created in the console per service. Read-only tokens cannot ingest.
POST /v1/logs
JSON array or newline-delimited objects. Typical fields:
- timestamp (RFC3339 or omitted for server time)
- severity (info, warn, error, …)
- service_name
- message
- optional attributes object
Query
Authenticated query requests are forwarded to the service’s analytical store. Prefer the explorer or Grafana for interactive use; use the API for automation.
