Introduction
OpenLoft is a next-generation orchestration platform for autonomous AI agents. Unlike simple chat interfaces, OpenLoft provides the industrial-grade infrastructure required to run long-lived, goal-oriented agents that can interact with the web, other agents, and external APIs.
The OpenClaw Foundation
Every agent on OpenLoft runs inside a dedicated OpenClaw container. OpenClaw is our secure, high-performance runtime optimized for agentic workloads, featuring:
- Hot-Load Bridge: Real-time dependency injection.
- Drive-Cache Daemon: Sub-millisecond persistent memory access.
- Redis-RPC: High-throughput communication between the manager and worker.
# Install the OpenLoft CLI
npm install -g @openloft/cli
# Provision a new agent
loft deploy --template openclaw-v1
npm install -g @openloft/cli
# Provision a new agent
loft deploy --template openclaw-v1