Card snapshot
guard.citerlabs.com
·
2026-05-28 02:38:18 UTC
·
727354379cf33227a3538523d7a14e159dcf97add40bc828946f4193ed6f0700
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"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"
}