import Prerequisites from "/snippets/standard-prerequisites.mdx" import ReplaceToken from "/snippets/replace-token.mdx" import ReplaceOrgId from "/snippets/replace-org-id.mdx" import ReplaceDomain from "/snippets/replace-domain.mdx"
Install Axiom Skills
Install all Axiom skills at once for Claude Code, Cursor, and other Claude-compatible agents:
npx skills add axiomhq/skillsConfigure Axiom credentials
All Axiom Skills share the same credential configuration. Create a configuration file at ~/.axiom.toml:
[deployments.dev]
url = "https://api.axiom.co"
token = "API_TOKEN"
org_id = "ORGANIZATION_ID"
edge_url = "AXIOM_DOMAIN"