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

# Overview

> Explore how HaliosAI can help you build, deploy, and maintain reliable AI agents across different stages of the development lifecycle.

import { Steps, Step, Card, CardGroup } from '@mintlify/components';

## Agent Lifecycle with HaliosAI

<Steps>
  <Step title="🚀 Development Stage">
    <Card title="Ship Agents faster" href="/use-cases/agent-development">
      Catch issues early with prototyping guardrails, decision tracing, and comprehensive testing
    </Card>
  </Step>

  <Step title="🧪 Testing & CI/CD">
    <Card title="Automate QA for reliable Agents" href="/use-cases/continuous-integration">
      Batch-test agents, ensure compliance, and prevent regressions in CI/CD pipelines
    </Card>
  </Step>

  <Step title="🏭 Production">
    <Card title="Safeguard live agents" href="/use-cases/live-protection">
      Block threats, monitor traffic, and respond to incidents in real-time
    </Card>
  </Step>

  <Step title="📊 Live Monitoring & Evaluation">
    <Card title="Drive continuous improvements" href="/use-cases/continuous-evaluation">
      Track performance, detect drift, and generate compliance reports
    </Card>
  </Step>
</Steps>

## Quick Access

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running in 5 minutes
  </Card>

  <Card title="Integration Guide" icon="code" href="/integration/python-sdk">
    Learn different integration patterns
  </Card>

  <Card title="REST API" icon="server" href="/integration/rest-api">
    Direct API integration
  </Card>

  <Card title="OpenAI Agents" icon="bot" href="/integration/openai-agents">
    Framework integration
  </Card>
</CardGroup>
