> ## Documentation Index
> Fetch the complete documentation index at: https://docs.obiguard.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Obiguard Features

> Explore the powerful features of Obiguard.

## AI Gateway

Connect to 250+ AI models using a single consistent API. Set up load balancers, automated fallbacks, caching, conditional routing, and more, seamlessly.

<CardGroup cols={3}>
  <Card title="🌐 Universal API" href="gateway/universal-api">
    Use any of the supported models with a universal API (REST and SDKs)
  </Card>

  <Card title="⏱️ Realtime API" href="gateway/realtime-api">
    Leverage OpenAI’s Realtime API for insights
  </Card>

  <Card title="🐤 MCP Support" href="gateway/remote-mcp">
    Connect to Remote MCP severs, allowing you to connect external tools and data sources.
  </Card>

  <Card title="🏷️ Strict OpenAI Compliance" href="gateway/strict-open-ai-compliance">
    Ensure responses strictly adhere to the OpenAI specification
  </Card>

  <Card title="🔀 Multimodal Capabilities" href="gateway/multimodal-capabilities">
    Use vision, audio, image generation, and more models
  </Card>

  <Card title="🔑 Virtual Keys" href="virtual-keys">
    Manage provider access with virtual API keys
  </Card>

  <Card title="🚦  Projects" href="projects">
    A collection of guardrail policies that you can oversee
  </Card>
</CardGroup>

## Observability & Logs

Gain real-time insights, track key metrics, and streamline debugging with our OpenTelemetry-compliant system.

<CardGroup cols={3}>
  <Card title="📜 Logs" href="observability/logs">
    Access and analyze detailed logs
  </Card>

  <Card title="🕵️ Tracing" href="observability/tracing">
    Implement distributed tracing for request flows
  </Card>

  <Card title="📊 Analytics" href="observability/analytics">
    Gain insights through comprehensive analytics
  </Card>
</CardGroup>

## Guardrails

Enforce Real-Time LLM Behavior with 50+ state-of-the-art AI guardrails, so that you can synchronously run guardrails on your requests.

<CardGroup cols={2}>
  <Card title="️🤖 Guardrail Policies" href="guardrail-AI/guardrail-policies">
    Implement rule-based safety checks
  </Card>

  <Card title="🛡 Guardrail Validators" href="guardrail-AI/guardrail-validators">
    Leverage AI for advanced content filtering
  </Card>
</CardGroup>

## Agents

Natively integrate Obiguard's gateway, guardrails, and observability suite with leading agent frameworks and take them to production.

<CardGroup cols={3}>
  <Card title="🤖 Autogen" href="/integrations/agents/autogen" />

  <Card title="👥 CrewAI" href="/integrations/agents/crewai" />

  <Card title="🔗 Langchain Agents" href="/integrations/agents/langchain-agents" />

  <Card title="🦙 Llama Agents" href="/integrations/agents/llama-agents" />

  <Card title="φ PhiData" href="/integrations/agents/phidata" />

  <Card title="🔀 ControlFlow" href="/integrations/agents/control-flow" />

  <Card title="🕸️ LangGraph" href="/integrations/agents/langgraph" />
</CardGroup>

## More Resources

<CardGroup cols={2}>
  <Card title="📋 Contact Us" href="support/contact-us">
    Have questions or need help? Contact the Obiguard team for support.
  </Card>

  <Card title="💬 Commons errors & resolutions" href="support/common-errors-and-resolutions">
    Common errors encountered when using the Obiguard Gateway and their resolutions.
  </Card>
</CardGroup>
