Introduction
Learn what Peeng does and how it fits into your stack.
Quickstart
Send your first log in under five minutes using curl, Node.js, or Python.
JavaScript / TypeScript SDK
Install
peeng with npm for batching, retries, and idempotency out of the box.API Reference
Explore every field and endpoint the Peeng ingestion API accepts.
Get started in three steps
1
Create a project and API key
Sign in to the Peeng dashboard and create a project. Then navigate to Settings → API Keys to generate your first API key. Your key looks like
pk_test_a1b2c3... — copy it immediately, as it is only shown once.2
Send your first log
Make a
POST request to https://api.peeng.dev/v1/logs with your API key in the x-api-key header and a JSON body containing a logs array. A 202 Accepted response with {"accepted": 1} confirms your log was received. See the Quickstart for ready-to-run examples in cURL, Node.js, and Python.3
View logs in the dashboard
Open the log explorer in your Peeng project — your log appears within seconds, filterable by level, service, status code, request ID, and user ID.