> ## 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.

# What is Obiguard?

> Obiguard is a comprehensive platform designed to streamline the security of agentic AI systems for developers and organizations. It serves as a unified interface for interacting with over 250 AI models, offering advanced tools for control, visibility, and security in your agentic AI apps.

It takes 2 minutes to integrate and with that, it starts monitoring all of your LLM requests and makes your app
resilient, secure, performant, and more accurate at the same time.

## Features

<CardGroup cols={3}>
  <Card title="Projects" href="/projects">
    A collection of policies that you can oversee and manage.
  </Card>

  <Card title="Guardrail Policies" href="/guardrail-AI/guardrail-policies">
    Enables the screening of LLM interactions to address various threats.
  </Card>

  <Card title="Guardrail Validators" href="guardrail-AI/guardrail-validators">
    Protect your requests and responses.
  </Card>

  <Card title="Virtual Keys" href="/virtual-keys">
    Securely store your LLM API keys in our vault.
  </Card>

  <Card title="Observability" href="/observaility">
    Monitor performance, analyze metrics, and accelerate troubleshooting
  </Card>

  <Card title="AI Gateway" href="/gateway/AI-gateway">
    A unified interface to interact with 250+ AI models.
  </Card>
</CardGroup>

## FAQs

<AccordionGroup>
  <Accordion title="Will Obiguard increase the latency of my API requests?">
    Obiguard is hosted on computing machines throughout the world, ensuring minimal latency.
    Our benchmarks estimate a total latency addition between 20-40ms compared to direct API calls.
    This slight increase is often offset by the benefits of the security of your LLM agents.
  </Accordion>

  <Accordion title="Is my data secure?">
    We maintain best practices for service security, data storage, and retrieval.
    All data is encrypted in transit and at rest using industry-standard AES-256 encryption.
  </Accordion>

  <Accordion title="Will Obiguard scale if my app explodes?">
    Obiguard is built on scalable infrastructure and can handle millions of requests per minute with very high concurrency.
    We currently serve over 25M requests daily with a 99.99% uptime.
    Our edge architecture & scaling capabilities ensure we can accommodate sudden spikes in traffic without performance degradation.
  </Accordion>

  <Accordion title="Does Obiguard impose timeouts on requests?">
    We *DO NOT* impose any explicit timeout for our free OR paid plans currently.
    While we don't time out requests on our end,
    we recommend implementing client-side timeouts appropriate for your use case to handle potential network issues or upstream API delays.
  </Accordion>

  <Accordion title="Do you support SSO?">
    Yes! We support SSO with any custom OIDC provider.
  </Accordion>

  <Accordion title="Where can I reach you?">
    We're available on our support email - <a href="mailto:support@obiguard.com">[support@obiguard.com](mailto:support@obiguard.com)</a>
  </Accordion>
</AccordionGroup>
