What agents can do
Try asking
- “How many 5xx errors did the API log in the last 24 hours?”
- “What are the most common error messages in the worker dataset this week?”
- “Show the latency trend for checkout requests since Monday.”
- “Did anything unusual happen in the logs around 14:30 UTC yesterday?”
- “Which datasets do we have, and how fresh are they?”
Connect Axiom
1
Create an API token in Axiom
In your Axiom workspace settings, create an advanced API token with only what agents need:
- list datasets;
- read dataset fields;
- run APL queries.
xaat-.2
Open Integrations
In the Leme dashboard, go to Integrations and select Axiom.
3
Paste the token
Keep the default edge unless your Axiom administrator gave you a regional one (see below), paste the token, and select Connect Axiom. Leme validates the token by listing datasets before saving.
4
Enable it on your agents
Attach the connection to the agents that should use it.
Use an Axiom API token, not a Personal Access Token. API tokens support least privilege; PATs grant broad account control.
Edge setting
Most teams keep the defaultapi edge. Change it only if your Axiom administrator tells you queries should use a regional edge:
Permissions
Nothing else to configure — the integration has no write actions. Access scoping happens on the Axiom side, through the token’s dataset restrictions. See Permissions & approvals for the general model.
Security notes
The token is stored encrypted and never shown again after setup. Rotate it in Axiom if it may have been exposed, when its owner leaves, or when your permission model changes — then reconnect in Leme with the new token.Troubleshooting
The token is rejected before reaching Axiom
The token is rejected before reaching Axiom
Check the format: Axiom API tokens start with
xaat-. Personal Access Tokens are not accepted.Setup fails during validation
Setup fails during validation
The token can’t list datasets. Recreate it with dataset read permission, or use a token with sufficient scope.
Queries fail after connecting
Queries fail after connecting
Either the edge doesn’t match your workspace — confirm it with your Axiom administrator and reconnect — or the token isn’t allowed to query that dataset.
The agent doesn't see a dataset
The agent doesn't see a dataset
The token is restricted to specific datasets and that one isn’t included. Extend the token’s dataset access in Axiom.