diff --git a/README.md b/README.md
index 0b3b4ae4..58f16384 100644
--- a/README.md
+++ b/README.md
@@ -1,31 +1,31 @@
-# Beeline
+# Hive
-Beeline Instrumentation for your AI agents
+Hive Instrumentation for your AI agents
-
+
-[](https://github.com/adenhq/beeline/blob/main/LICENSE)
+[](https://github.com/adenhq/hive/blob/main/LICENSE)
[](https://www.ycombinator.com/companies/aden)
-[](https://hub.docker.com/u/adenhq)
+[](https://hub.docker.com/u/adenhq)
[](https://discord.com/invite/MXE49hrKDk)
[](https://x.com/aden_hq)
[](https://www.linkedin.com/company/teamaden/)
## Overview
-Beeline provides advanced runtime control for your AI agents, enabling you to observe, intervene, and dynamically adjust agent behavior as it executes. By giving you real-time visibility and control, Beeline helps you build more reliable AI systems—catching and correcting issues during execution rather than reacting after failures occur.
+Hive provides advanced runtime control for your AI agents, enabling you to observe, intervene, and dynamically adjust agent behavior as it executes. By giving you real-time visibility and control, Hive helps you build more reliable AI systems—catching and correcting issues during execution rather than reacting after failures occur.
Visit [adenhq.com](https://adenhq.com) for complete documentation, examples, and guides.
## Quick Links
- **[Documentation](https://docs.adenhq.com/)** - Complete guides and API reference
-- **[Self-Hosting Guide](https://docs.adenhq.com/getting-started/quickstart)** - Deploy Beeline on your infrastructure
-- **[Changelog](https://github.com/adenhq/beeline/releases)** - Latest updates and releases
+- **[Self-Hosting Guide](https://docs.adenhq.com/getting-started/quickstart)** - Deploy Hive on your infrastructure
+- **[Changelog](https://github.com/adenhq/hive/releases)** - Latest updates and releases
-- **[Report Issues](https://github.com/adenhq/beeline/issues)** - Bug reports and feature requests
+- **[Report Issues](https://github.com/adenhq/hive/issues)** - Bug reports and feature requests
## Quick Start
@@ -38,8 +38,8 @@ Visit [adenhq.com](https://adenhq.com) for complete documentation, examples, and
```bash
# Clone the repository
-git clone https://github.com/adenhq/beeline.git
-cd beeline
+git clone https://github.com/adenhq/hive.git
+cd hive
# Copy and configure
cp config.yaml.example config.yaml
@@ -67,7 +67,7 @@ docker compose up
## Project Structure
```
-beeline/
+hive/
├── honeycomb/ # Frontend (React + TypeScript + Vite)
├── hive/ # Backend (Node.js + TypeScript + Express)
├── docs/ # Documentation