Discover and explore top open-source AI tools and projects—updated daily.
stainluRun autonomous AI agents via API, supporting any model or cloud
New!
Top 76.1% on SourcePulse
This project provides an open-source, self-hostable alternative to proprietary managed AI agent services, enabling developers to run autonomous AI agents via a standardized API. It targets developers building programmatic agent products, offering significant advantages in model and cloud flexibility, cost control, and data ownership compared to closed-source solutions.
How It Works
OpenClaw Managed Agents acts as a managed service layer built upon the OpenClaw agent framework. It deploys each active agent session within an isolated Docker container, orchestrated by a central service. This orchestrator exposes a four-primitive REST API (Agent, Environment, Session, Event) mirroring Claude Managed Agents, allowing applications to programmatically create, manage, and interact with AI agents. Key architectural choices include using SQLite for metadata persistence, SSE for event streaming, and WebSockets for real-time control, ensuring durable session state even across orchestrator restarts.
Quick Start & Requirements
MOONSHOT_API_KEY), and run docker compose up --build -d.Highlighted Details
maxCostUsdPerSession, maxTokensPerSession, maxWallDurationMs) provide fine-grained cost management.limited networking mode with egress proxy and hostname allowlisting, enforced at the Docker bridge level for enhanced security.Maintenance & Community
This project is described as new with no deployed customers yet. Specific details regarding maintainers, community channels (like Discord/Slack), or sponsorships are not provided in the README.
Licensing & Compatibility
Limitations & Caveats
As a new project, it lacks a production track record. The resource model is not yet a complete multi-tenant boundary, meaning agents, environments, and vaults are deployment-global rather than isolated per user. User-token authentication does not currently provide full tenant isolation.
22 hours ago
Inactive