# Glossary

Definitions of common terms used in RAD Security.


<ExpandableGroup>
  <Expandable title="Agent">
    An autonomous runtime security entity that continuously monitors, analyzes, and responds to security events within its assigned scope.
  </Expandable>
  <Expandable title="Runtime">
    The live execution environment under observation, including containers, processes, and services running in production.
  </Expandable>
  <Expandable title="Playbook">
    Automated remediation or workflow script that defines the sequence of actions to take in response to specific security events.
  </Expandable>
  <Expandable title="Control Plane">
    The centralized management system that hosts agent intelligence and orchestrates SecOps workflows across the platform.
  </Expandable>
  <Expandable title="Data Fabric">
    The infrastructure that streams logs, metrics, and traces from runtime environments to the reasoning engine for analysis.
  </Expandable>
  <Expandable title="Agentic AI">
    AI systems that can reason, plan, and act autonomously within defined guardrails and policy constraints.
  </Expandable>
  <Expandable title="Runtime Security">
    Security measures that operate on live systems and workloads, providing real-time protection and response capabilities.
  </Expandable>
  <Expandable title="Telemetry">
    Data collected from runtime environments including process behavior, network traffic, and system calls.
  </Expandable>
</ExpandableGroup>
