Setup
Sign up at axiom.co and create an API token in the Axiom app. Register the provider next to your cloud’s:
import * as Axiom from "alchemy/Axiom";
providers: Layer.mergeAll(Cloudflare.providers(), Axiom.providers()),The next alchemy login adds an Axiom step with two options:
- Environment variables — reads
AXIOM_TOKEN(orAXIOM_API_KEY), plus optionalAXIOM_ORG_IDandAXIOM_URL(good for CI). - Stored token — an API token or personal access token entered
interactively, saved under
~/.alchemy/credentials/<profile>/.
See Profiles for how credentials are stored and switched.
Next steps
Section titled “Next steps”- Axiom overview — resources and compositions.