Create a new project
From the Sandbox:- Navigate to the Mindgard Projects page, then click ‘New Project’.
- Choose a descriptive name, then click ‘Create Project’.
- Note your project’s Project ID for use in CLI commands, TOML config files, and BurpSuite.
- Run
mindgard create project --name 'My Project' - Note your project’s Project ID for use in CLI commands, TOML config files, and BurpSuite.
Find a project ID
To find the ID of an existing project, you can check in Mindgard Projects or by runningmindgard list projects in the CLI.
How to use your project ID
In CLI commands, add as a--project-id "YOUR_PROJECT_ID-XXXX" flag.
See testing in the CLI for more information.
In TOML files, add as project_id = "YOUR_PROJECT_ID-XXXX"
See examples in our example TOML files.
In BurpSuite, add to the ‘Project ID’ field.
See testing via Burp for more information.
