No orchestration
Agent chains are wired by hand: no shared workflows, cron, or webhook triggers.
AgentOps is the operations center: workflows and triggers, token and budget tracking, an agent marketplace, and enterprise security on the AegisAI core.
Self-host with Docker Compose · docs at /documentation/
Without an ops control plane, agents grow chaotically — in cost and in risk
Agent chains are wired by hand: no shared workflows, cron, or webhook triggers.
Tokens and latency are invisible per agent — budgets burn without alerts.
Every team rebuilds agents from scratch — no marketplace or templates.
Shadow AI, prompt injection, and risky actions run without policies or HITL.
Hard to see which agents are expensive, slow, or error-prone.
From workflows to budgets and policies — one control plane for agents
Visual and API agent chains, cron & webhooks, HITL pause and resume.
Tokens, latency, API calls, budgets, and alerts for expensive or slow agents.
Publish, rate, and install agents and templates for common jobs.
Registration, heartbeat, semantic search, and risk scoring from embeddings.
OPA/Rego, Prompt Guard, and signed audit — security core from AegisAI.
Hybrid ML + rules, Redis cache, runtime behavior control.
Approve risky workflow steps and agent actions.
Cost and error dashboard, Prometheus / Grafana, alerts.
REST API, webhooks, SSO/OIDC, multi-tenant RBAC.
Dashboard, Guard, HITL, and monitoring in one product
Multiple independent layers before an agent action executes
JWT / API key / SSO authentication
RBAC and tenant isolation
Prompt Guard middleware
OPA policy check + hybrid anomaly / risk score
HITL for critical operations and workflows
Signed audit + rate limits
FastAPI, OPA, Redis, PostgreSQL, Vite SPA, and observability built in
Run locally in minutes with Docker Compose
# Run (private repo access required)
cd AgentOps
cp .env.example .env
docker compose up --build -d
# Health check
curl -s http://localhost:8001/api/v1/health
Sign in to production or deploy the full stack on your infrastructure using the docs.