axiom

Query and analyze logs across API, web, and desktop services with Axiom.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/Aradotso/ara.engineer --skill axiom-aradotso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom
Source: https://github.com/Aradotso/ara.engineer/tree/main/skills/axiom
Command: npx skills add https://github.com/Aradotso/ara.engineer --skill axiom-aradotso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ara observability unifies logs from api, web, and desktop apps into a single Axiom dataset named logs, enabling centralized querying for debugging and performance monitoring.

Core Features & Use Cases

  • Unified log dataset across API, Web, and desktop services.
  • Service labels and common fields support, enabling consistent filtering and correlation.
  • Auth and query workflow: authenticate with axiom auth login, verify dataset with axiom dataset info logs, and run queries using axiom query to retrieve structured results.
  • Use cases include debugging production issues by filtering on environment, service, user_id, and runtime_session_id, and performing cross-service traces.

Quick Start

Authenticate with axiom auth login and begin querying the logs dataset with axiom query.

Frequently Asked Questions about axiom

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query logs across API, web, and app services for cross-service debugging?

To query logs across services for debugging, use the axiom query command to retrieve structured results from a unified logs dataset. This enables cross-service correlation by filtering on environment, service, user_id, and runtime_session_id.

What is the best way to correlate production logs across multiple environments?

The best way to correlate production logs across environments is querying a single unified Axiom dataset. The dataset contains service labels and common fields, enabling consistent filtering and correlation across API, web, and desktop applications.

How do I authenticate and verify my dataset before running Axiom log queries?

Before running log queries, authenticate using axiom auth login and verify your dataset with axiom dataset info logs. This ensures your environment is properly configured to execute structured queries across the logs dataset.

Can I trace a user session across API, web, and desktop apps using a single log dataset?

Yes, you can trace a user session across API, web, and desktop apps using a single log dataset. The unified dataset supports cross-service traces by correlating logs with common fields like user_id and runtime_session_id.

Does querying Axiom logs require any external dependencies or components?

Querying Axiom logs requires no external dependencies or components. You only need to authenticate with axiom auth login and use the built-in axiom query commands to analyze logs across your services.

What fields can I filter on when querying logs for production observability?

When querying logs for production observability, you can filter on environment, service, user_id, and runtime_session_id. These common fields support consistent cross-service correlation within the unified logs dataset.