Account & API
Manage your subscription, credentials, and API keys.
Connection Status
Supabase connected
Row-level security enabled · TLS 1.3 · AES-256 at rest
To connect your own Supabase instance, set
SUPABASE_URL and SUPABASE_ANON_KEY in your environment.
Current Plan
Free
$0 / forever
Upgrade Plan →
Today’s Usage
Logs ingested 342 / 1,000
34% used today
Logs / day
1,000
Retention
24 hrs
Projects
1
API Keys

Use your API key to authenticate log ingestion requests. Keys are shown only once — store them securely.

Quick Start
# Install the SDK pip install loglogic-sdk # Send your first log from loglogic import LogLogic ll = LogLogic("ll_your_api_key_here") ll.log({ "action": "purchase", "user_id": "usr_12345", "funnel": "checkout", "data": {"amount": 49.99} }) # Done. Check your Dashboard in <1 second.
# cURL — works with any language curl -X POST https://api.loglogic.io/ingest \ -H "Authorization: Bearer ll_your_api_key" \ -H "Content-Type: application/json" \ -d '{"action":"app_open","user_id":"usr_99","funnel":"app"}'
Profile Settings
Display Name
Email
OAuth Provider
GitHub connected
Google connect