https://api.mindfort.app.
Install
Install with Go:Authenticate
Create an API key in the MindFort dashboard, then store it in your OS keychain:Assessments
Run an assessment:Tasks
Start an autonomous task:Findings
List findings for a target:--json for machine-readable output:
Automation
The CLI is designed for non-interactive use:- Pass all inputs as flags.
- Use
--jsonfor structured output. - Use
--no-bannerto suppress decorative output in scripts. - Use
--dry-runbefore create operations when you want to preview requests. - Use
MINDFORT_API_KEYinstead of storing secrets on CI runners.