Skip to main content
Send this prompt to your coding agent:

Instructions for coding agents

If you are a coding agent following this guide, complete the setup directly instead of only explaining the steps.

Install the Automate.ax skill

Install the Automate.ax agent skill:
Read the installed automate-ax skill and follow it for the rest of the workflow.

Prepare the project

If the current directory contains an existing project, initialize Automate.ax there. Otherwise, create a new project directory with a short, descriptive name and work inside it. Sign in and initialize the project:
Complete the interactive CLI flow yourself. If sign-in requires the user, open the browser or give them the authorization URL, then continue after they finish. The initialization command installs automate.ax, creates automate.config.ts, and adds an example automation. Use Bun for package and CLI commands. Read the relevant Automate.ax documentation before using public actions, triggers, or utilities instead of guessing their APIs.

Start building

Once setup is complete, ask the user what they want to automate. Build the automation with the installed skill, then validate it before offering to deploy it. For a complete example, follow Write your first automation.