# FlowLink > AI Agent Security Gateway — защита серверов от опасных команд AI агентов ## Что это FlowLink сидит между AI-агентами (Claude Code, Cursor, Copilot, Windsurf) и вашими серверами. Каждая shell-команда проходит 7 уровней анализа перед выполнением. ## Как подключить 1. Установите агент: `curl -fsSL https://flowlink.flow-masters.ru/install.sh | sh` 2. (Опционально) Self-host relay: `curl -fsSL https://flowlink.flow-masters.ru/install-relay.sh | bash` 3. Создайте API key в Dashboard 4. Добавьте MCP конфиг в ваш AI-инструмент: ```json { "mcpServers": { "flowlink": { "url": "https://flowlink.flow-masters.ru/mcp", "headers": { "Authorization": "Bearer flk_live_ВАШ_API_KEY" } } } } ``` ## Ключевые возможности (v0.5.0) - **Per-Org Rate Limiting**: Rate limits enforced per organization across all API keys. - **Red Team Sandbox**: Live adversarial testing (Dry Run + Live) against LLMs in an isolated environment. - **Agent Risk Scores**: Real-time risk assessment for every agent with configurable thresholds. - **Self-Tuning Policy Engine**: ML-driven policy proposals based on usage patterns. - **Deep Forensics**: Advanced incident chain analysis and automated auditor reports. - **Plan Tier System**: 5 tiers (Free, Starter, Team, Business, Enterprise) with feature gating. - **Control Plane / Data Plane Architecture**: Scalable architecture separating management (Gateway) from traffic (Relay). - **Platform Support**: Linux (x86_64, ARM64), macOS (Apple Silicon, Intel). - **12 MCP Tools**: exec, list_agents, shield_scan, policy management, etc. - **Approval Workflow**: auto / soft_ask / hard_ask. ## Тарифы (v0.5.0) - **Free**: Core security features - **Starter**: Enhanced visibility (500/min rate limit) - **Team**: Compliance focus (1500/min rate limit) - **Business**: AI + Enterprise features (4000/min rate limit) - **Enterprise**: Full on-prem / custom (Unlimited rate limit) ## API - MCP endpoint: `POST https://flowlink.flow-masters.ru/mcp` (JSON-RPC 2.0) - REST API: `https://flowlink.flow-masters.ru/api/v1/` - Auth: API key (Bearer token или x-api-key header) ## Ссылки - Возможности: https://flowlink.flow-masters.ru/features - Документация: https://flowlink.flow-masters.ru/docs - Playground: https://flowlink.flow-masters.ru/playground - Pricing: https://flowlink.flow-masters.ru/pricing - GitHub: https://github.com/braincreator/flowlink-ai-firewall - Changelog: https://flowlink.flow-masters.ru/docs/changelog - Roadmap: https://flowlink.flow-masters.ru/docs/roadmap - Risk Scores: https://flowlink.flow-masters.ru/docs/risk-scores - Policy Engine: https://flowlink.flow-masters.ru/docs/policy-engine - Red Team: https://flowlink.flow-masters.ru/docs/red-team - Forensics: https://flowlink.flow-masters.ru/docs/forensics - Sandbox: https://flowlink.flow-masters.ru/docs/sandbox