Skip to content

thegentAI Agent Governance & MCP Server

Comprehensive agent lifecycle management and quality governance

Who This Documentation Is For

  • Operators running shared agent infrastructure.
  • Platform engineers integrating multi-agent workflows.
  • Internal developers extending core routing and governance.
  • Contributors improving reliability, docs, and tooling.

Start Here

  1. Start Here for first-run onboarding.
  2. Tutorials for step-by-step first outcomes.
  3. How-to Guides for task-oriented procedures.
  4. Operations for runbooks and on-call workflows.
  5. API and Reference for command and interface details.

Fast Verification Commands

bash
# health
curl -sS http://localhost:8317/health

# model inventory
curl -sS http://localhost:8317/v1/models -H "Authorization: Bearer YOUR_CLIENT_KEY" | jq '.data[:5]'

# provider metrics
curl -sS http://localhost:8317/v1/metrics/providers -H "Authorization: Bearer YOUR_CLIENT_KEY" | jq

See also