Deployment Models
Local (Docker)
Full control. Run agents on your own infrastructure with Docker.
Aden Cloud
Zero-ops. Managed deployment with built-in logging, scaling, and credential management.
Autonomous
Self-running. Agents that operate continuously with event-driven triggers and self-recovery.
Local Deployment
By default, Hive supports deployment through Docker. This gives you full control over your runtime environment, networking, and credentials.Pre-flight validation
Validate your agent before deploying. This checks structure, credentials, and dependencies.
Deploy with one command
Configure credentials
Your agent uses local credentials for APIs and services. For OAuth-based integrations, Aden Cloud handles token refresh automatically.
Prefer isolated environments (container, VM, or dedicated host). Keep credentials in secure secret stores. Use environment-scoped configs for staging vs. production.
Cloud Deployment
If you want managed infrastructure with easier credential management and built-in observability, Aden Cloud is the simpler path. You get secure defaults, scaling, and logging out of the box — at the cost of less low-level control. What you get with Aden Cloud:- Managed compute and scaling
- Built-in credential sync and OAuth refresh
- Real-time logging and monitoring dashboard
- Automatic restarts and failure recovery
- Cost tracking and budget enforcement
Autonomous Agent Deployment
For agents that need to run continuously without human intervention, Hive provides built-in support for autonomous operation:- Memory sustainability — Decide what memory to keep and what to discard across sessions, so your agent doesn’t grow unbounded or forget critical context
- Event source management — Trigger agent runs from external events like incoming emails, webhooks, or scheduled cron jobs
- Recoverability — Automatically recover from crashes and resume from the last checkpoint
- Repeatability — Ensure consistent behavior across identical inputs
- Volume handling — Support batch operations when you need to process many items at once
Deployment Strategy
Interactive and autonomous modes look different from the outside, but the core remains the same. Your deployment strategy should be consistent across both:Runtime Guardrails
Hive provides built-in safety mechanisms to keep your agents within bounds in production:- Cost limits — Set maximum spend per run, per day, or per month
- Timeout policies — Prevent runaway execution with configurable timeouts
- Model degradation — Automatically fall back to cheaper models when budget runs low
- Human-in-the-loop gates — Require human approval for high-impact actions
- Escalation policies — Route failures to the right person instead of silently breaking
Developer Trust
To deploy agents for production use with confidence, Hive provides:- Transparency — Full visibility into what the agent did and why through three-level logging
- Control — Configurable guardrails, intervention points, and approval flows
- Reliability — Self-healing mechanisms and failure recovery built into the runtime