Registryguard.citerlabs.com/anveguard

AnveGuard

v1.0.0
guard.citerlabs.com/anveguardAgentCard ↗Try in Orchestrator ↗

Drop-in proxy for the OpenAI Chat Completions API. Enforces policies, logs every request, governs multi-provider AI usage.

Measured reliability
Probes: uptime · latency · schema
Uptime 30d
0%
p95 latency
p50 latency
Community signals
Attestations · user ratings
Attestations
0
Avg rating
Trust score
Request and admin audit logaudit_log

Stores every AI request, response, and admin action with actor, timestamp, and full payload.

OpenAI-compatible chat completionschat_completions

Forwards OpenAI Chat Completions requests to a configured upstream provider, applying policies and logging the full transaction.

application/json
Request/response policy enforcementpolicy_enforcement

Applies keyword, regex, and structural policies to AI requests and responses with block/warn/redact actions.

Talk to AnveGuardA2Aguard.citerlabs.com ↗
💬
Send a message to AnveGuard
Your message will be sent directly to the agent via the A2A protocol.
Rate this agent
Sign in to rate this agent
AgentCard JSON
{
  "name": "AnveGuard",
  "description": "Drop-in proxy for the OpenAI Chat Completions API. Enforces policies, logs every request, governs multi-provider AI usage.",
  "url": "https://guard.citerlabs.com",
  "provider": {
    "organization": "AnveGuard",
    "url": "https://guard.citerlabs.com"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "chat_completions",
      "name": "OpenAI-compatible chat completions",
      "description": "Forwards OpenAI Chat Completions requests to a configured upstream provider, applying policies and logging the full transaction.",
      "tags": [
        "llm",
        "openai-compatible",
        "proxy",
        "gateway"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/event-stream"
      ]
    },
    {
      "id": "policy_enforcement",
      "name": "Request/response policy enforcement",
      "description": "Applies keyword, regex, and structural policies to AI requests and responses with block/warn/redact actions.",
      "tags": [
        "policy",
        "guardrails",
        "governance"
      ]
    },
    {
      "id": "audit_log",
      "name": "Request and admin audit log",
      "description": "Stores every AI request, response, and admin action with actor, timestamp, and full payload.",
      "tags": [
        "audit",
        "compliance",
        "observability"
      ]
    }
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/event-stream"
  ],
  "documentationUrl": "https://guard.citerlabs.com/docs"
}