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.
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.
Everything you need for intelligent operational memory, nothing you don't.
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.
Captures and enriches the data that matters: bash history, search queries, AI-generated summaries, and operational notes—all with time-aware search.
Built on a solid /v1/* API foundation. No breaking changes, no vendor lock-in.
Use it with any client, any language, any platform.
Self-bootstrapping database architecture with zero configuration. No database servers to manage, no migrations to run manually.
Production-ready defaults. Idempotent operations. Cron-safe. Debuggable. The infrastructure should fade into the background.
Not just keyword matching—Agent Hive understands temporal patterns and operational context to surface the right information at the right time.
Scan entire project directories and generate intelligent summaries or code rewrites. Perfect for understanding legacy code or updating entire codebases at once.
Multiple layers of protection ensure your data stays private and your network stays secure.
Default configuration allows keyless access only from RFC1918 private networks and loopback. Safe even on fresh installs with zero configuration.
Granular permission control with scope-based access. Each key can be limited to specific capabilities: chat, tools, health monitoring, or custom scopes.
Built-in sliding-window rate limiter protects against abuse. Per-IP and per-key limits with file-based storage for minimal overhead.
Fresh installs generate a one-time bootstrap token—no lockouts, no complicated setup. Claim admin access from LAN, then normal session auth applies.
Start using Agent Hive in minutes with the JSON API and admin tools.
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"
/v1/health - System health & status/v1/ping - Connection test/v1/notes/ - Notes application/v1/search - Query search/v1/chat - AI chat interfaceAll API responses return JSON:
{
"status": "ok",
"data": {...},
"timestamp": "2026-01-02T..."
}
Join forward-thinking teams who refuse to compromise between intelligence and privacy.