Docs
DocumentationQuery ReferenceAPI Reference
Open Console→→
DocumentationQuery ReferenceAPI Reference

Platform overview

What is Axiom?QuickstartArchitectureFeatures
Fundamentals
Datasets
Edge deployments
Limits
Performance
Optimize usage
Requirements
Semantic conventions
Glossary
Tour
SecurityRoadmap

Send data

Reference architecturesMethods

Understand data

Console
Query
Builder
Editor
Query results
Visualize
Traces
Metrics
Correlations
Save queries
Stream
Dashboard
Create
Elements
Create
Configure
Element types
Gauge
Heatmap
Log stream
Monitor list
Note
Pie chart
Scatter plot
Statistic
Table
Time series
Sections
Configure
Filter
Annotate
Monitor
Overview
View status
Configure
Examples
Monitor types
Anomaly
Match
Threshold
Alerting
Overview
Configure
Notifier types
Custom Webhook
Discord
Email
Microsoft Teams
Opsgenie
PagerDuty
Slack
Manage
Datasets
Overview
Views
Virtual fields
Access
RBAC
Tokens
CLI
Organization
Audit log
Settings
Usage and billing
Profile
Extend
Overview
AWS Lambda
AWS PrivateLink
Cloudflare Workers
Cloudflare Logpush
Convex
Grafana
Hex
Netlify
Supabase
Tailscale
Terraform
Unkey
Vercel
Intelligence
Overview
Spotlight
AI agents
Overview
MCP Server
Query cost limits
Agent-created orgs
Skills
Overview
Axiom alerting
Build dashboards
Control costs
Query metrics
SRE
Translate SPL to APL
Splunk
Overview
Splunk app
Install and configure
Commands
Examples
Portal
How it works
Set up standard mode
Set up transparent mode
Observability Cloud
SPL command support
Examples
Monitor and troubleshoot

Use cases

ObservabilityProduct analytics
LLM observability
Overview
Use Axiom AI SDK
Manual instrumentation
GenAI attributes
Redaction policies

Miscellaneous

LLMs
Overview
List of docs pages
Full docs
Query reference
FAQs
Legal
Acceptable use policy
Cookies
Data processing
HIPAA
Partner agreement
Partner program guide
Privacy policy
SLA
Terms of service
Terms of use
Understand data/AI agents

AI agents

Learn how to integrate AI agents with Axiom using Axiom MCP Server or Axiom Skills, and understand when to use each approach.

Axiom provides two complementary approaches for integrating AI agents with your data: Axiom MCP Server and Axiom Skills. Both enable AI agents to query and analyze your Axiom data, but they differ in how they handle credentials, context, and capabilities.

If an agent doesn’t have an Axiom organization to work in yet, it can provision a temporary one itself and hand you a claim link later. For more information, see Agent-created organizations.

Choose between Axiom MCP Server and Axiom Skills

AspectAxiom MCP ServerAxiom Skills
Credential handlingOAuth-based isolation—agents never see tokensRequires configured API tokens
Context usageTool definitions loaded upfrontOn-demand loading, lower context overhead
CapabilitiesCurated, read-only operationsFlexible, extensible beyond curated tools
MethodologyQuery execution onlyIncludes investigation methodology and memory
Setup complexityBrowser-based OAuth flowManual token configuration

When to use Axiom MCP Server

Consider Axiom MCP Server when:

  • You want curated, read-only operations with no risk of destructive actions.
  • You prefer OAuth-based credential isolation where agents never see tokens.
  • You're comfortable with the context overhead MCP introduces when tool definitions are loaded upfront.

When to use Axiom Skills

Consider Axiom Skills when:

  • You want lower context usage and on-demand loading of capabilities.
  • You need flexibility beyond the curated Axiom MCP Server tool set.
  • You want structured investigation methodology alongside data access.
  • You're comfortable configuring properly scoped tokens.

Use both Axiom MCP Server and Axiom Skills

Axiom Skills can complement Axiom MCP Server by providing investigation methodology, memory systems, and APL guidance without duplicating the query interface. Configure your agent to:

  1. Use Axiom MCP Server for executing Axiom queries.
  2. Use Axiom Skills for structured investigation methodology and learning from past incidents.

This approach gives you the security benefits of Axiom MCP Server's credential isolation while gaining the systematic debugging capabilities of Axiom Skills.

Token hygiene for AI agents

Warning

Proper token scoping is essential for secure AI agent integration.

The guidance below applies when you use Axiom Skills with direct API access or Axiom MCP Server with local setup.

You don't need to follow the guidance below for remote Axiom MCP Server. It uses OAuth for authentication and handles credential isolation automatically. The OAuth process creates appropriately scoped sessions that you can revoke at any time, and agents never see your tokens.

  • Create a new API token specifically for the AI agent. This limits the blast radius if the token is compromised.
  • Never use personal access tokens for AI agent use. Personal access tokens have full control over your Axiom account.
  • Select only the minimum permissions needed for the agent to perform its tasks:
    • Grant query permission on specific datasets the agent needs to access.
    • Avoid ingest permissions unless explicitly required. If the agent needs to ingest data, scope the token to the specific datasets.
    • Never grant delete, admin, or organization-level permissions.
  • Set a short expiry for the token (hours or days rather than months).
  • Set query cost limits on the token. A capped token bounds your worst-case query costs in advance, no matter how many queries the agent runs.
  • Rotate tokens regularly as part of your security practices.

Query cost limits also cover the remote Axiom MCP Server: its OAuth sessions act as your user account, so limits on your roles cap what agents can spend on your behalf. For more information, see Set query cost limits for AI agents.

Get started

Axiom MCP Server

Connect AI agents to Axiom using the Model Context Protocol with OAuth-based credential isolation.

Axiom Skills

Give AI agents structured investigation capabilities with axiom-sre for hypothesis-driven debugging.

Was this page helpful?
Suggest edits on GitHub
PreviousSpotlightNextAxiom MCP Server
On this page
Choose between Axiom MCP Server and Axiom SkillsWhen to use Axiom MCP ServerWhen to use Axiom SkillsUse both Axiom MCP Server and Axiom SkillsToken hygiene for AI agentsGet started