axiom
Installation
SKILL.md
Axiom — Serverless Log Analytics
Overview
Axiom, the serverless log management and analytics platform that stores and queries unlimited data at fixed cost. Helps developers ingest logs, traces, and events from any source, query them with APL (Axiom Processing Language), build dashboards, and set up alerts — all without managing infrastructure or worrying about per-GB pricing.
Instructions
Ingestion
// Send logs via HTTP API
import Axiom from "@axiomhq/js";
const axiom = new Axiom({ token: process.env.AXIOM_TOKEN! });
Related skills