From 30e3f13494d0e9f789c814fd92b0cc15cbcfb585 Mon Sep 17 00:00:00 2001 From: 0xallam Date: Thu, 26 Feb 2026 14:58:28 -0800 Subject: [PATCH] docs: Add Strix Platform and Enterprise sections to README --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60dece0..9b8f96e 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,6 @@ -> [!TIP] -> **New!** Strix integrates seamlessly with GitHub Actions and CI/CD pipelines. Automatically scan for vulnerabilities on every pull request and block insecure code before it reaches production! - --- @@ -95,6 +92,20 @@ strix --target ./app-directory --- +## ☁️ Strix Platform + +Try the Strix full-stack security platform at **[app.strix.ai](https://app.strix.ai)** — sign up for free, connect your repos and domains, and launch a pentest in minutes. + +- **Validated findings with PoCs** and reproduction steps +- **One-click autofix** as ready-to-merge pull requests +- **Continuous monitoring** across code, cloud, and infrastructure +- **Integrations** with GitHub, Slack, Jira, Linear, and CI/CD pipelines +- **Continuous learning** that builds on past findings and remediations + +[**Start your first pentest →**](https://app.strix.ai) + +--- + ## ✨ Features ### Agentic Security Tools @@ -220,6 +231,10 @@ export STRIX_REASONING_EFFORT="high" # control thinking effort (default: high, See the [LLM Providers documentation](https://docs.strix.ai/llm-providers/overview) for all supported providers including Vertex AI, Bedrock, Azure, and local models. +## Enterprise + +Get the same Strix experience with [enterprise-grade](https://strix.ai/demo) controls: SSO (SAML/OIDC), custom compliance reports, dedicated support & SLA, custom deployment options (VPC/self-hosted), BYOK model support, and tailored agents optimized for your environment. [Learn more](https://strix.ai/demo). + ## Documentation Full documentation is available at **[docs.strix.ai](https://docs.strix.ai)** — including detailed guides for usage, CI/CD integrations, skills, and advanced configuration.