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

# Introduction

> Build production AI agents that automate real business processes — create, debug, deploy, and iterate with confidence

## Your Developers' Success Is Our Success

Aden Hive is a framework for building production-grade AI agents that automate real business processes. You define outcomes in natural language, and Hive generates adaptive agent graphs that self-improve when failures happen.

We built Hive around a simple principle: **if our developers aren't winning, we aren't winning.** Every feature, every template, every tool exists to help you create agents that work in production — not just in demos.

<CardGroup cols={2}>
  <Card title="Who Is Hive For?" icon="users" href="/getting-started/who-is-hive-for">
    IT consultants, product builders, one-man CEOs, and developers automating real work.
  </Card>

  <Card title="See What You Can Build" icon="grid-2" href="/getting-started/use-cases">
    Browse ready-to-run agent templates for sales, support, ops, and more.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Install Hive and reach your first success in under 10 minutes.
  </Card>

  <Card title="Core Concepts" icon="lightbulb" href="/building-agent/concepts/overview">
    Understand goal-driven development and agent architecture.
  </Card>
</CardGroup>

## What Developer Success Looks Like

Success with Hive follows a clear path. Every developer who uses Hive should be able to:

<Steps>
  <Step title="Create an agent">
    Define your goal in plain language or start from a template. Hive generates the agent graph and connection code for you.
  </Step>

  <Step title="Test and debug the agent">
    Run your agent interactively with `hive tui`, use three-level observability to see exactly what happened, and fix issues fast.
  </Step>

  <Step title="Deploy the agent">
    Ship to production with `hive deploy` — locally via Docker or to Aden Cloud for zero-ops deployment.
  </Step>

  <Step title="Maintain the agent">
    Own the business process. Get alerted on failures, monitor costs, and keep your agent reliable over time.
  </Step>

  <Step title="Iterate on the agent">
    Add integrations, expand use cases, and let the evolution loop improve your agent based on real-world outcomes.
  </Step>
</Steps>

## Quick Start

```bash theme={null}
# Clone and install
git clone https://github.com/adenhq/hive.git
cd hive
./quickstart.sh

# Build an agent with your coding agent
claude> /hive

# Test interactively
hive tui

# Run directly
hive run exports/your_agent_name --input '{"key": "value"}'
```

## Why Aden

Traditional agent frameworks require you to manually wire workflows, handle failures reactively, and rebuild when things change. Aden flips this: **you describe outcomes, the framework builds and evolves itself**.

| Traditional Frameworks       | Aden Hive                          |
| ---------------------------- | ---------------------------------- |
| Hardcode agent workflows     | Describe goals in natural language |
| Manual graph definition      | Auto-generated agent graphs        |
| Reactive error handling      | Outcome-based adaptation           |
| Static tool configurations   | Dynamic SDK-wrapped nodes          |
| No native intervention model | Built-in human-in-the-loop         |
| DIY monitoring               | Three-level observability built in |

<CardGroup cols={2}>
  <Card title="Build Your First Agent" icon="hammer" href="/building/first-agent">
    Go from zero to a running agent with step-by-step guidance.
  </Card>

  <Card title="Start From a Template" icon="copy" href="/building/build-with-existing-agent">
    Pick an existing agent, customize it, and make it yours.
  </Card>

  <Card title="Deploy to Production" icon="cloud-arrow-up" href="/building/deployment">
    Local Docker deployment or zero-ops Aden Cloud — your choice.
  </Card>

  <Card title="Debug & Iterate" icon="bug" href="/building/debugging">
    Three-level logging and AI-assisted debugging to fix issues fast.
  </Card>
</CardGroup>

## Community

Join thousands of developers building production agents with Hive.

<CardGroup cols={3}>
  <Card title="Discord" icon="discord" href="https://discord.com/invite/MXE49hrKDk">
    Get help, share agent ideas, and connect with the community.
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/adenhq/hive">
    Star the repo, report issues, and contribute templates.
  </Card>

  <Card title="Book a Call" icon="calendar" href="https://calendly.com/contact_aden/discovery-call">
    Talk to our team about your use case.
  </Card>
</CardGroup>
