FeaturesPricingBlogCommunityDocsSign In

Documentation

Get connected in seconds

.

Configure Your Snippets

*Keys are local-only
API Key (Public)
API Secret (Private)
1

Install the SDK

Install the Sijil client for your language. Zero dependencies.

npm install @sijil/node

Configure Snippets


import { SijilLogger } from "@sijil/node";

const logger = new SijilLogger({
  apiKey: "pk_live_xxxxxxxx",
  apiSecret: "sk_live_xxxxxxxx",
  service: "payment-service"
});

// Logs are buffered and sent in batches automatically
logger.info("Payment processed", { 
  amount: 5000, 
  currency: "NGN",
  user_id: "u_123" 
});

await logger.close(); // Ensure flush on shutdown

Transparent Pricing

Start small. Scale as you grow. Pay with PPP

Hobby

$0/mo
Free forever
  • 10k Logs/Day
  • 3 Day Retention
  • 2 projects
  • 1 Member
RECOMMENDED

Pro

$13/mo
Billed $150 yearly (Save 17%)
  • 1M Logs/Day
  • 7 Day Retention
  • 10 Projects
  • 10 Members

Ultra

$50/mo
Billed $600 yearly (Save 17%)
  • 25M Logs/Day
  • 14 Day Retention
  • Unlimited Projects
  • Unlimited Members
  • Cold Storage for up to a year (R2)
  • 1,000 AI credit (Yearly plan)
Sijil | High-Performance Paranoid Log Observer