Skip to main content
The Agent Control server provides centralized control management and evaluation services via REST API.

Highlights

  • Control management endpoints
  • Agent registration and control associations
  • Server-side evaluation and observability
  • API key authentication and metrics

Development Quick Start


# From the repo root

make sync
make server-run

Configuration

Use environment variables to configure the server (database, auth, observability, evaluators). Full details:

API Overview

Base URL: http://localhost:8000/api/v1 Key endpoints include:
  • /agents and /agents/{agent_name}
  • /controls and /controls/{control_id}
  • /evaluation
  • /observability/*
See the Reference for full endpoints and payloads.