What is Amlexia?
Amlexia is operational intelligence for modern backends: APIs, AI providers (OpenAI, Anthropic, etc.), payments (Stripe), auth (Clerk), and any HTTP dependency your app calls.
You instrument your application with our SDK (or send OpenTelemetry data). Events flow to ingest.amlexia.com, aggregate in our platform, and appear in the dashboard at app.amlexia.com.
What you get
| Capability | Description |
|---|---|
| Request monitoring | Latency, status codes, errors per route |
| Provider detection | Automatic tagging for known APIs |
| AI / LLM metrics | Tokens, models, streaming latency, cost estimates |
| Distributed tracing | Trace and span IDs, session linkage |
| Live stream | See requests as they happen |
| Alerts | Latency, error rate, cost thresholds |
| Insights & anomalies | Background analysis on your traffic |
How it fits in your stack
Your app ──SDK──► ingest.amlexia.com ──► Amlexia platform
│
You (human) ──browser──► app.amlexia.com ◄── api.amlexia.com- Ingest is public but requires your SDK key in each payload.
- Dashboard API requires Clerk login (your team only).
- Never put the SDK key in frontend or mobile clients.
Who is it for?
- Teams running Node.js or Python APIs in production
- Products heavy on LLM or payment outbound calls
- Engineers who want one pane of glass without running their own APM cluster
Architecture at a glance
mermaid
flowchart LR
App[Your app] -->|SDK batch| Ingest[ingest.amlexia.com]
Ingest --> Platform[Amlexia platform]
You[Your team] -->|Clerk login| Dashboard[app.amlexia.com]
Platform --> DashboardNext steps
- Quick start — first event in 5 minutes
- Create a project
- Supported providers
- Node.js SDK · Python SDK
