Start instrumenting your stack with AllStak.
Install an SDK, connect your services with API keys, and start collecting errors, logs, traces, infrastructure signals, and alerts.
Quickstart
Three steps from zero to your first event in production.
Create a project
Create a project in the AllStak dashboard. Each project gets isolated ingestion, retention, and access controls.
Projects → New project → "checkout-api"Generate an API key
Generate a project API key scoped to an environment. AllStak authenticates with API keys — no connection strings to embed.
ALLSTAK_API_KEY=astk_live_xxxxxxxxxInstall and initialize an SDK
Install the SDK for your framework and initialize it once. The SDK auto-instruments errors, requests, and traces.
npm install @allstak/next
AllStak.init({
apiKey: process.env.NEXT_PUBLIC_ALLSTAK_API_KEY,
environment: "production",
release: "v2.4.1",
})API key setup
AllStak authenticates ingestion with project API keys scoped per environment. Keys are managed in the dashboard and referenced from your environment variables.
- Project API keys scope ingestion to a single project.
- Environment-specific keys separate production, staging, and development.
- Server agent tokens authenticate host and container agents.
- All ingestion is authenticated and encrypted in transit (TLS).
- Rotate or revoke a key without redeploying — it lives in your env.
API keys
checkout-apiastk_live_••••a1b2last used 2 min agoastk_stg_••••c3d4last used 1 hour agoastk_dev_••••e5f6last used 3 days agoRotating a key revokes the old value immediately.
SDKs
Official SDKs for every layer of your stack. Install, set your API key, and start reporting.
Frontend
npm i @allstak/[email protected]View guidenpm i @allstak/[email protected]View guidenpm i @allstak/[email protected]View guidenpm i @allstak/[email protected]View guidenpm i @allstak/[email protected]View guidenpm i @allstak/[email protected]View guidenpm i @allstak/[email protected]View guidenpm i @allstak/[email protected]View guideBackend
npm i @allstak/[email protected]View guidenpm i @allstak/[email protected]View guidenpm i @allstak/[email protected]View guidecomposer require allstak/sdk-php:1.4.0View guidesa.allstak:allstak-spring-boot-starter:0.4.0View guidego get github.com/AllStak/[email protected]View guidegem install allstak -v 0.3.0View guidepip install allstak==0.2.0View guidedotnet add package AllStakView guidenpm i @allstak/[email protected]View guidecomposer require allstak/sdk-symfony:0.1.0View guidecargo add [email protected]View guideMobile
Infrastructure
Integrations
Connect AllStak to your alerting channels, infrastructure, and team workflow.
Alerts
Infrastructure
Workflow
Next steps
Once you're reporting events, round out your setup.