Get Started

1

Setup a new project

npx create-magnitude-app

This script will create a project from a starter template based on your preferences. Simply follow the instructions to set up your project and configure an LLM.

2

Run the example

cd my-project
npm start

This will kick off a basic example included in the template that shows you a bit of what Magnitude can do.

3

Make some changes

Trying tweaking one of the act() calls, run npm start again, and see what happens - or replace the URL and try an automation on a completely different site.

🚀 Now you’re ready to automate anything!

Continue reading docs to learn more about what you can do with the agent, or just keep building and let us know if you have any questions in our Discord!

For testing web apps with our native test runner, see testing setup