Build with Lognitor
Guides, references, and examples to integrate Lognitor into your stack — from first install to production monitoring.
Install
One package install for your language
Initialize
Add your project key — one line of code
Send logs
Use Lognitor.info(), .warn(), .error()
See insights
AI analyzes your logs automatically
Resources
Explore the docs
Everything you need to get the most out of Lognitor.
Getting Started
Install the SDK, create your first project, and start sending logs in under 2 minutes.
SDK Reference
Full reference for JavaScript, Python, Go, Ruby, and PHP SDKs.
API Reference
REST API docs for log ingestion, search, alerts, and account management.
Admin Guide
Team management, billing, organization settings, and access control.
Knowledge Base
In-depth articles and troubleshooting tips for common issues.
AI Features
AI Chat, auto-triage, incident timelines, and natural language alerts.
Quick Start
Up and running in 5 lines of code
Install the SDK, initialize with your project key, and start sending logs. No agents, no configuration files, no complex setup.
import Lognitor from '@lognitor/node';
Lognitor.init({ apiKey: 'ak_live_...' });
Lognitor.info('User signed up');
Lognitor.error('Payment failed', { error: errorString });Available SDKs
npm install @lognitor/nodepip install lognitorcomposer require lognitor/lognitornpm install @lognitor/reactnpm install @lognitor/browserAny language can send logs via our REST API.
Developer Experience
Why developers love Lognitor
2-minute setup
From npm install to seeing your first log in the dashboard. No configuration files needed.
AI built-in
Every log is analyzed by AI. Get root cause analysis, triage, and fix suggestions automatically.
Your data stays yours
Lognitor processes your logs securely. Your data is never used to train models.
Sub-second latency
Logs are searchable the moment they arrive. Real-time tailing for active debugging.
Frequently Asked Questions
What languages does Lognitor support?
Official SDKs for JavaScript/TypeScript, Python, React, Node and PHP. Any language can send logs via our REST API.
How do I install the SDK?
Install via your package manager and call the init function with your project api key. Most setups take under 5 lines of code.
Is there a self-hosted option?
Not currently. Lognitor is fully managed — we handle infrastructure so your team can focus on building. Contact us for more details or enterprise options.
What data do you collect?
Only the log data and metadata you explicitly send via SDK or API, plus basic account info. See our Privacy Policy.
How does the AI work?
Lognitor's AI analyzes your logs using large language models. Your data is processed securely and never used to train models.
Can I try it for free?
Yes! The free plan includes log management, basic error tracking, and alerting. No credit card required. See our pricing page for current limits.
Ready to start building?
Create your free account, install the SDK, and send your first log in under 2 minutes.