Overview
Connect Axiom to Leme with an Axiom API token. Once connected, Leme can help your team inspect observability data from supported agents and workflows. Current agent support for Axiom is read-focused: Leme can list datasets, read dataset fields, and run APL queries.Use Axiom API tokens, not Personal Access Tokens. API tokens support least privilege; PATs grant broad account control.
Prerequisites
- An active Leme workspace.
- Permission to connect shared integrations in the workspace.
- An Axiom API token in the
xaat-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxformat.
Create the token in Axiom
- Open the Axiom workspace.
- Open the token settings.
- Create an advanced API token.
- Grant only the permissions required for the expected use case.
- Copy the generated token. It must start with
xaat-.
- listing datasets;
- reading dataset fields;
- running APL queries.
Connect in Leme
- In the Leme dashboard, open Connections.
- Select Axiom.
- Keep the default edge unless your Axiom administrator gave you a regional edge.
- Paste the API token.
- Click Connect Axiom.
Edge setting
Most teams can keep the defaultapi value. Change it only when your Axiom administrator tells you that queries should use a regional edge.
| Edge | Use when |
|---|---|
api | You are not sure which edge to use, or your workspace uses the default edge. |
us-east-1.aws.edge | Your Axiom administrator gave you the US East 1 edge. |
eu-central-1.aws.edge | Your Axiom administrator gave you the EU Central 1 edge. |
Recommended permissions
For current Axiom support in Leme, create an API token that can:- list datasets;
- read dataset fields;
- run APL queries.
Security notes
The API token is stored securely by Leme and is never shown again after setup. Rotate the token in Axiom if the token is exposed, if the owner leaves your company, or if your permission model changes.Troubleshooting
Token rejected before calling Axiom
Confirm that the token starts withxaat- and follows the Axiom API token format.