Axiom Lean Engine - Python client and CLI for the AXLE Lean verification API.
Homepage: https://axle.axiommath.ai/
April 1, 2026 - v1.1.0
🎉 After mass feedback from the public, we're excited to announce that AXLE is switching from Lean to Rocq. The new name will be AXRE (Axiom Rocq Engine). All existing Lean proofs will be automatically translated using GPT-2. 🚀
document_messageshas been removed fromextract_theorems. To replicate old behavior, run thecontentfield of the resulting documents through thechecktool.- Lean messages now include end positions across all tools, changing the format from
-:4:38: ...to-:4:38-4:43: ....
- Reworked the Lean worker pool for faster responses, no environment warm-up time, and more secure containers.
- Improved the worker scaling pipeline to decrease delays when all worker slots are busy or offline. In the worst case, users should expect no more than a 2-3 minute delay before more worker capacity spins up.
See the changelog for details and other changes.
March 11, 2026 - v1.0.1
New documentation pages, increased rate limits, and bug fixes. See the changelog for details.
March 6, 2026
Join the discussion, ask questions, and share feedback on the Lean Zulip.
Rate limits were unintentionally too restrictive:
- API key users: increased to 20 active requests (up from 4)
- Anonymous users: increased to 10 active requests (up from 1)
- Max timeout: increased to 15 minutes (up from 5 minutes)
Users with an API key should regenerate their key to apply the new limits.
March 5, 2026 - v1.0.0
We're excited to release AXLE to the public! AXLE provides proof verification and manipulation primitives we've used across all of our research efforts, including training AI models and AxiomProver's 12/12 on Putnam 2025.
Playground | API docs | Why we built AXLE | Request more capacity | axle@axiommath.ai