AnveGuard
guard.citerlabs.com
· AnveGuard
Drop-in proxy for the OpenAI Chat Completions API. Enforces policies, logs every request, governs multi-provider AI usage.
guard.citerlabs.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-28 02:38:18 current | 727354379cf3… |
view → |
Endpoints
| Agent card | https://guard.citerlabs.com/.well-known/agent-card.json |
| Provider | https://guard.citerlabs.com |
| Docs | https://guard.citerlabs.com/docs |
Skills · 3 declared · mapped to canonical taxonomy
Forwards OpenAI Chat Completions requests to a configured upstream provider, applying policies and logging the full transaction.
Applies keyword, regex, and structural policies to AI requests and responses with block/warn/redact actions.
Stores every AI request, response, and admin action with actor, timestamp, and full payload.
Health · last 1 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/guard.citerlabs.com) [](https://agenstry.com/agents/guard.citerlabs.com) [](https://agenstry.com/agents/guard.citerlabs.com) [](https://agenstry.com/agents/guard.citerlabs.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card 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"
}