# Streamlogia ## Docs - [Errors](https://docs.streamlogia.com/api-reference/errors.md): Error format and status codes returned by the Streamlogia API. - [Ingest Logs](https://docs.streamlogia.com/api-reference/ingest.md): Ship one or more log entries to Streamlogia. - [List Logs](https://docs.streamlogia.com/api-reference/list-logs.md): Query and paginate log entries for a project. - [Log Stats](https://docs.streamlogia.com/api-reference/log-stats.md): Get a count of log entries by level for a project. - [Projects](https://docs.streamlogia.com/api-reference/projects.md): Projects are isolated log streams that live inside an organisation. - [Real-Time Stream](https://docs.streamlogia.com/api-reference/stream.md): Subscribe to a live WebSocket stream of log entries for a project. - [Authentication](https://docs.streamlogia.com/authentication.md): All requests are authenticated with an API key that inherits your account permissions. - [Introduction](https://docs.streamlogia.com/introduction.md): Structured log ingestion and real-time observability for your services. - [Quickstart](https://docs.streamlogia.com/quickstart.md): Ship your first log in under 2 minutes. - [cURL & HTTP](https://docs.streamlogia.com/sdks/curl.md): Ingest logs from any language or tool using plain HTTP. - [Go](https://docs.streamlogia.com/sdks/go.md): Ship logs from Go services using the Streamlogia Go SDK. - [JavaScript / Node.js](https://docs.streamlogia.com/sdks/javascript.md): Ship logs from Node.js, Deno, or the browser using the Streamlogia JS SDK. - [Python](https://docs.streamlogia.com/sdks/python.md): Ship logs from Python services, scripts, or AWS Lambda using the Streamlogia Python SDK.