A Project is both your automation code (browser automation APIs written in Python/TypeScript using Playwright) and your runtime environment where all execution data lives (Run records, Jobs, browser traces, logs, and auth sessions).Find all your projects on the Projects page in the dashboard.
Duplicate a project directly from the projects table. The duplicated project’s name will include ” - copy” and a timestamp to differentiate it from the original.
Delete a project directly from the projects table. Deleting a project is irreversible and removes all associated data including Runs, Jobs, browser traces, logs, and AuthSessions.
Deployed projects can be consumed via Runs or Jobs. You can trigger your automation APIs, schedule Jobs, and view execution history from the project page.Undeployed projects cannot be consumed. You can edit your code and prepare it for deployment, but you won’t be able to trigger Runs or Jobs until the project is deployed.
Local development uses the CLI so you can iterate on your machine and sync changes to Intuned. The online IDE lets you edit and manage the same project directly in the browser. Every project supports both workflows.