Labsco
vigil-xy logo

Vigil

โ˜… 6

from vigil-xy

System Scanner for Vulnerabilities

๐Ÿ”ฅ๐Ÿ”ฅFreeAdvanced setup

Control your AI agents. Track costs. Stay compliant. open-souce


What It Does

One dashboard to manage your AI team.

FeatureHow It Helps
Connect your agentsPlug in OpenAI, Anthropic, or custom agents
Set goals & budgetsAssign work, cap costs, define success
Watch in real-timeSee what every agent is doing right now
Get alertsSlack, email, or PagerDuty when something's off
Prove complianceExport audit trails for SOC 2, ISO 42001

Example: Customer Support Team

Create a team

POST /api/teams
{
  "name": "Support Squad",
  "agents": [
    { "provider": "openai", "model": "gpt-4", "role": "triage" },
    { "provider": "anthropic", "model": "claude-3", "role": "escalation" }
  ],
  "goals": [
    { "metric": "response_time", "target": "< 2 min" }
  ]
}

Assign work

POST /api/tasks
{
  "team_id": "<your-team-id>",
  "description": "Handle refund requests",
  "budget": { "usd": 5.00, "tokens": 10000 },
  "policies": ["no_pii_exposure", "enforce_budget_limits"]
}

Get alerts when agents go off-script

  • Budget exceeded -> Slack notification
  • Unauthorized tool -> Email alert + auto-stop
  • PII detected -> PagerDuty escalation

Export compliance reports

GET /api/compliance/report?type=SOC_2_Type_II

Dashboard

ScreenWhat You See
OverviewAll teams, active agents, cost burn today
AgentsAdd/edit teams, connect providers
TasksQueue, assign work, monitor progress
CostsBudgets, spend trends, forecasts
GovernancePolicy violations, audit logs
AlertsReal-time feed, escalation history

Built With

  • Backend: Node.js + Express + PostgreSQL
  • Frontend: React + Vite
  • Integrations: OpenAI, Anthropic, Slack, PagerDuty, email

Ready to control your AI team?