New tool: AI Assistant for Auth0 Actions

We published a new tool to help developers write Actions and their corresponding unit tests. It’s called the AI Assistant for Auth0 Actions, and it’s free to use.

Give it a description of the problem in English, and it will produce a good guess as to the Actions code along with a test suite. We trained it on knowledge from Auth0’s API documentation and best practices, as well as real code and lessons we’ve learned from years of experience we’ve had writing maintainable, robust, well tested actions for customers and the Marketplace. Each solution also includes a test suite using our open source testing library, to help keep your Actions reliable and easy to maintain.

It started as an internal project to explore AI, and we’re happy with how it turned out. Anecdotally, I’d say most of the time it gets you 80-90% to the right solution. Now we’re happy to share it with the wider community. (If you’re interested, we also wrote a blog post on how we made it.)

Give it a try, and let us know if it helped you. We’d love to hear from you.

3 Likes

That’s awesome, thanks for sharing @pnicholls !

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.