Documentation for Strix - Open-source AI hackers to secure your apps.
docs/
├── index.mdx # Overview
├── quickstart.mdx # Installation & first scan
├── usage/
│ ├── cli.mdx # CLI reference
│ ├── scan-modes.mdx # Quick/Standard/Deep
│ └── instructions.mdx # Custom instructions
├── tools/
│ ├── overview.mdx # Tools overview
│ ├── browser.mdx # Browser automation
│ ├── proxy.mdx # HTTP proxy
│ └── terminal.mdx # Terminal sessions
├── integrations/
│ ├── github-actions.mdx # GitHub Actions
│ └── ci-cd.mdx # Other CI/CD platforms
├── advanced/
│ ├── configuration.mdx # Environment variables
│ └── llm-providers.mdx # Supported models
└── cloud/
└── overview.mdx # Strix Cloud
Install the Mintlify CLI to preview locally:
npm i -g mintlify
mintlify dev