Skip to content

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

CapabilityDescription
Request monitoringLatency, status codes, errors per route
Provider detectionAutomatic tagging for known APIs
AI / LLM metricsTokens, models, streaming latency, cost estimates
Distributed tracingTrace and span IDs, session linkage
Live streamSee requests as they happen
AlertsLatency, error rate, cost thresholds
Insights & anomaliesBackground 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 --> Dashboard

Next steps