ВозможностиДокументацияЦеныPlaygroundFAQ

Platform Overview

FlowLink is an AI-native SecOps & Operations Platform — the central control plane between AI agents and your infrastructure. Not just a gateway, not just a firewall — a complete platform for secure, observable, and governed AI agent operations.

Why FlowLink?

AI agents (Claude Code, Cursor, Copilot, Windsurf, custom agents) can now execute code, access databases, manage infrastructure, and interact with APIs. Without a control plane, every agent is an uncontrolled privilege escalation vector.

FlowLink sits inline between agents and your tools, providing:

  • Runtime guardrails — real-time command filtering, blocking, and approval
  • Zero-trust secrets — inject secrets at runtime, never expose to agent memory
  • Full audit trail — every action logged, timestamped, attributed
  • Compliance & forensics — incident timelines, compliance reports, state snapshots
  • Observability — live service map, agent health, anomaly detection

Platform Architecture

┌──────────────────────────────────────────────────────────────────┐
│                     AI Agents & Coding Tools                      │
│  Claude Code · Cursor · Copilot · Windsurf · Custom Agents       │
└──────────────────────────────┬───────────────────────────────────┘
                               │ MCP / WSS / HTTP
┌──────────────────────────────▼───────────────────────────────────┐
│                      FlowLink Relay                               │
│  ┌──────────┐ ┌──────────┐ ┌───────────┐ ┌──────────────────┐   │
│  │  Shield   │ │  Policy  │ │ Approval  │ │  Rate Limiter    │   │
│  │  Engine   │ │  Engine  │ │  Queue    │ │  & Auth          │   │
│  └──────────┘ └──────────┘ └───────────┘ └──────────────────┘   │
│  ┌──────────┐ ┌──────────┐ ┌───────────┐ ┌──────────────────┐   │
│  │  Secret   │ │  Audit   │ │   SIEM    │ │  Infra Map       │   │
│  │ Injection │ │   Log    │ │ Integration│ │  & Discovery     │   │
│  └──────────┘ └──────────┘ └───────────┘ └──────────────────┘   │
│  ┌──────────┐ ┌──────────┐ ┌───────────┐ ┌──────────────────┐   │
│  │ Forensics│ │ Service  │ │   AI Ops  │ │  Change Mgmt     │   │
│  │ Timeline │ │ Catalog  │ │ Assistant │ │  & Rollback      │   │
│  └──────────┘ └──────────┘ └───────────┘ └──────────────────┘   │
└──────────────────────────────┬───────────────────────────────────┘
                               │
┌──────────────────────────────▼───────────────────────────────────┐
│                    MCP Servers & Infrastructure                    │
│  Git · K8s · PostgreSQL · Redis · Docker · AWS · Vault · SIEM    │
└──────────────────────────────────────────────────────────────────┘

Platform Layers

🛡️ Layer 1: Security & Governance

ComponentDescriptionStatus
Shield EngineReal-time command filtering — allow, block, or require approval based on pattern matching and risk scoring✅ GA
Policy EnginePer-agent, per-service, per-tool policies with priority rules and wildcard support✅ GA
Approval QueueHuman-in-the-loop approval for high-risk operations — Slack, Telegram, Web UI✅ GA
Rate LimitingPer-agent and per-tool rate limits with hot-reloadable configuration✅ GA
AuthenticationOAuth (VK, Yandex, GitHub), email/password, 2FA/TOTP, httpOnly cookie sessions✅ GA

🔑 Layer 2: Secrets & Zero-Trust

ComponentDescriptionStatus
Secret InjectionInject secrets at runtime (env vars, files, vault pull) — agents never see credentials✅ GA
Per-Org EncryptionX25519 key exchange — each organization has unique encryption keys✅ GA
External VaultIntegration with HashiCorp Vault and other secret backends✅ GA
Zero-Trust APIKey setup, verification, and rotation endpoints✅ GA

📋 Layer 3: Audit & Compliance

ComponentDescriptionStatus
Audit LogEvery action logged with agent ID, account ID, timestamp, result, and metadata✅ GA
Command HistoryFull command recording with exit codes, duration, shield results, and risk levels✅ GA
SIEM IntegrationPush alerts and events to external SIEM via webhooks (Alertmanager, Generic)✅ GA
Compliance ReportsAuto-generated security audit and policy compliance reports with scoring✅ GA
Context SnapshotsPoint-in-time state capture for audit, rollback, and post-mortem analysis✅ GA

🗺️ Layer 4: Infrastructure & Observability

ComponentDescriptionStatus
Infrastructure MapSemantic graph of hosts, services, databases, queues, and their relationships✅ GA
Service DiscoveryAuto-discover infrastructure via agents (processes, Docker, config files, env vars)✅ GA
Service CatalogLive catalog with ownership, SLA tiers, health status, and risk scoring✅ GA
Agent HealthReal-time agent monitoring with heartbeat tracking and auto-recovery✅ GA
Incident TimelineForensic timeline with blast radius analysis and anomaly detection✅ GA

🤖 Layer 5: AI Ops & Business

ComponentDescriptionStatus
AI Ops AssistantNatural language queries about infrastructure, agents, risks, and costs✅ GA
Efficiency InsightsAgent ROI analysis — time saved, success rates, cost optimization✅ GA
Change ManagementSafe rollout with approval workflow, rollback, and full audit trail✅ GA
Pattern LearningLearn agent behavior patterns and auto-generate policy suggestions🔄 Beta
Cost AttributionPer-agent, per-service cost tracking and budget alerts📋 Planned

Compliance Alignment

FlowLink is built in alignment with emerging AI security standards:

  • OWASP GenAI MCP Security Guide — tool poisoning prevention, least-privilege access, runtime guardrails
  • Zero-Trust Architecture — per-org encryption keys, secret injection, no standing credentials
  • ФСТЭК / ГОСТ Р 57580 — audit logging, access control, incident response (Russian compliance)
  • SOC 2 Type II — audit trail completeness, access management, change management

See the Compliance and ФСТЭК pages for detailed mapping.

How FlowLink Compares

CapabilityFlowLinkEnkrypt AIOperant AIMintMCP
Inline MCP Gateway
Runtime Command Filtering⚠️ Partial⚠️ Partial
Human Approval Queue
Zero-Trust Secrets⚠️ Partial
Infrastructure Map
Forensic Timeline
Service Catalog
AI Ops Assistant
Self-hosted / On-premise❌ Cloud❌ Cloud❌ Cloud
ФСТЭК Compliance

Technology Stack

  • Backend: Rust (Tokio, Axum, SQLx, Teloxide)
  • Frontend: Next.js 15 (App Router, Server Components, Tailwind CSS)
  • Database: PostgreSQL (Supabase-compatible)
  • Agent Protocol: MCP (Model Context Protocol) over WebSocket / HTTP
  • Crypto: X25519 + AES-256-GCM for zero-trust encryption
  • Infrastructure: Docker, systemd, nginx reverse proxy