API Reference
The RADAR CLI and REST API surfaces for evidence management, configuration, and export.
CLI Reference#
The RADAR CLI is the primary interface for deployment, configuration, and evidence management. Commands run inside the running container via docker exec radar radar <command>.
Evidence commands
Configuration commands
Admin commands
REST API#
The RADAR REST API is available on port 8080 (configurable via RADAR_API_PORT). All endpoints require authentication.
Authentication
Evidence ingestion
Evidence retrieval
Kill switch
Emergency stop mechanism for critical violations. Requires admin privileges.
Error codes
SDK Reference#
RADAR provides SDKs for pushing evidence events programmatically from your agent runtime.
Python
pip install radar-sdk. Push trace events, configure sources, and manage exports from Python agent runtimes.
TypeScript
npm install @akioudai/radar-sdk. Integrate with existing Node.js agent infrastructure.
REST (any)
Direct HTTP integration via the REST API. Compatible with any language and runtime.
OpenTelemetry
RADAR accepts OTel traces natively. Configure your agent runtime to export OTel signals to the RADAR endpoint.