Changelog
Product and documentation updates for Amlexia. SDK package versions are listed on npm and PyPI.
May 2026
Platform & dashboard
- AI explain (Insights) — Markdown health briefs for the last 12 hours of traffic, powered by Cloudflare Workers AI. Manual Refresh on the Insights page; auto-refresh every 12 hours.
- Saved views — Save and restore dashboard filter presets (time range, environment, etc.) per user.
- Environment compare — Side-by-side metrics for production vs staging (and other env tags).
- Team RBAC — Organization roles (owner, admin, member) with project-scoped access in Settings.
- Webhook alert channel — Send alert notifications to HTTP endpoints in addition to email and Slack.
- Operations page — SLO-style latency and error views with P95 and route breakdowns.
- Usage meter — Sidebar shows monthly events vs plan cap (Startup: 10,000 events/month).
- Clerk auth on app — Sign-in and sign-up stay on
app.amlexia.com(/login,/signup) without redirecting to a hosted portal mid-flow. - Welcome email — Updated onboarding copy: dashboard CTA, SDK key in Settings, full setup guide link, four SDKs, 10k free tier.
SDKs
| Package | Version | Highlights |
|---|---|---|
@amlexiahq/node | 1.0.2 | CLI (amlexia), OpenAI/Anthropic helpers, HTTP wrap, health/diagnostic, sampling |
@amlexiahq/shared | 1.0.x | Ingest helpers, plan limits, cost estimation table, env filters for analytics |
amlexia (Python) | 1.0.x | CLI, cost helpers, HTTP wrap, OpenAI/Anthropic helpers |
Go (sdks/go) | — | Client, tracing, HTTP wrap, OpenAI/Anthropic helpers (GitHub) |
Ruby (amlexia gem) | — | Client, tracing, HTTP wrap, OpenAI/Anthropic helpers (GitHub) |
See Feature parity for capability matrix across languages.
APIs & data
- Dashboard API: saved views, team endpoints, AI summary (
GET /api/ai/summary?force=1), usage, environment filters on analytics. - D1 migrations through 0006 — webhook channel, saved views, environment index on events.
- Ingest: OpenTelemetry traces, queue-first processing, rate limits per SDK key.
Documentation
- Full setup guide, using-dashboard walkthrough, AI setup prompts (Cursor/Copilot).
- Per-framework examples: Express, Fastify, Hono, Next.js, FastAPI, Flask, Django.
- Go, Ruby, Bun/Deno/Edge, cost & usage, LLM tracking, team RBAC, operations, insights.
- This changelog page.
Infrastructure
- Production:
api.amlexia.com,ingest.amlexia.com,app.amlexia.com,docs.amlexia.com,amlexia.com. - API worker cron consolidated to a single
*/5schedule with in-handler timing (Cloudflare 5-cron limit).
Earlier
Core platform (v1)
- Multi-tenant SaaS on Cloudflare Workers, D1, KV, Queues, Pages.
- Event ingest (
POST /v1/events), live SSE stream, traces, providers, alerts, insights. - Node.js and Python SDKs with Express, Fastify, FastAPI, Flask, Django integrations.
- Clerk organizations, projects, SDK keys (
am_…), Stripe billing hooks.
How to stay updated
| Resource | URL |
|---|---|
| Docs (this site) | https://docs.amlexia.com |
| Status | https://status.amlexia.com |
| GitHub (SDKs) | https://github.com/Amlexia/Amlexia |
| Support | support@amlexia.com |
When integrating with AI assistants, prefer the canonical AI setup prompts page — it is updated with each release.
