Private Agents, Search, and Memory
That Stay On Your Network

A private "digital employee" that lives on your network. Enterprise-grade AI memory layer for teams who need intelligence without cloud dependency. Keep your operational data private, secure, and under your complete control.

Agent Hive shell interface screenshot
100% On-Premise
Zero Cloud Dependency
LAN-First Architecture
Apache 2.0 Licensed

Your Private Digital Employee

Most AI tools force you to choose between intelligence and control. Agent Hive keeps the useful parts local: private agents, searchable memory, and API workflows that stay on your infrastructure.

❌ Cloud AI Services

  • Send all data to third parties
  • Require internet connectivity
  • Lock you into proprietary dashboards
  • Charge per API call at scale
  • Learn nothing about YOUR environment
  • Subject to service interruptions

✓ Agent Hive

  • All data stays on your network
  • Works completely offline
  • Open API with full control
  • Flat hosting cost, unlimited usage
  • Learns your operational patterns
  • Always available, LAN-speed

Enterprise Features, Small Team Simplicity

Everything you need for intelligent operational memory, nothing you don't.

Privacy First

Your data never touches the cloud by default. Agent Hive runs on your infrastructure, with LAN-first architecture ensuring safe defaults even on fresh installs.

  • RFC1918 private network security
  • Configurable IP allowlists
  • API key scoping & rate limiting
  • No external dependencies required

Operational Intelligence

Captures and enriches the data that matters: bash history, search queries, AI-generated summaries, and operational notes—all with time-aware search.

  • Command history with context
  • Search query rankings & results
  • AI enrichment & metadata
  • Human operational logs

Stable API Contract

Built on a solid /v1/* API foundation. No breaking changes, no vendor lock-in. Use it with any client, any language, any platform.

  • JSON API endpoints
  • Bearer token or API key auth
  • Comprehensive health endpoints
  • Rate limiting & scope control

SQLite Everywhere

Self-bootstrapping database architecture with zero configuration. No database servers to manage, no migrations to run manually.

  • Automatic schema creation
  • File-based, portable data
  • No external DB dependencies
  • Backup-friendly architecture

Operationally Boring

Production-ready defaults. Idempotent operations. Cron-safe. Debuggable. The infrastructure should fade into the background.

  • Deterministic file paths
  • Comprehensive error logging
  • Health monitoring built-in
  • Non-bricking fresh installs

Time-Aware Search

Not just keyword matching—Agent Hive understands temporal patterns and operational context to surface the right information at the right time.

  • Historical query tracking
  • Ranking snapshot storage
  • Contextual AI enrichment
  • Pattern recognition over time

CodeWalker Analysis

Scan entire project directories and generate intelligent summaries or code rewrites. Perfect for understanding legacy code or updating entire codebases at once.

  • Multi-language support (PHP, Python, Shell)
  • Automated code documentation
  • Quick "what's this file?" analysis
  • Bulk codebase modernization

Built for Real Teams

0% Cloud Dependency
100% Data Ownership
<5min Setup Time
24/7 LAN Availability

Security By Design

Multiple layers of protection ensure your data stays private and your network stays secure.

LAN-First Security Mode

Default configuration allows keyless access only from RFC1918 private networks and loopback. Safe even on fresh installs with zero configuration.

192.168.0.0/16 10.0.0.0/8 172.16.0.0/12 127.0.0.1

API Key Scoping

Granular permission control with scope-based access. Each key can be limited to specific capabilities: chat, tools, health monitoring, or custom scopes.

Rate Limiting

Built-in sliding-window rate limiter protects against abuse. Per-IP and per-key limits with file-based storage for minimal overhead.

Bootstrap Admin Auth

Fresh installs generate a one-time bootstrap token—no lockouts, no complicated setup. Claim admin access from LAN, then normal session auth applies.

Simple, Powerful API

Start using Agent Hive in minutes with the JSON API and admin tools.

Authentication

Include your API key in the request header:

# Using X-API-Key header
curl -s https://api.iernc.net/v1/health \
  -H "X-API-Key: YOUR_KEY_HERE"

# Or using Bearer token
curl -s https://api.iernc.net/v1/health \
  -H "Authorization: Bearer YOUR_KEY_HERE"

Core Endpoints

  • /v1/health - System health & status
  • /v1/ping - Connection test
  • /v1/notes/ - Notes application
  • /v1/search - Query search
  • /v1/chat - AI chat interface

Response Format

All API responses return JSON:

{
  "status": "ok",
  "data": {...},
  "timestamp": "2026-01-02T..."
}

Ready to Keep Your AI Private?

Join forward-thinking teams who refuse to compromise between intelligence and privacy.

No credit card required Self-hosted Apache 2.0 License Production ready