Target: v1.0 by April 30, 2026 — production-ready multi-tenant OpenClaw platform.
✅ Done (as of March 17, 2026)
Standard Deployment — Production Ready
One-click CloudFormation (Linux/Mac/China), 10 Bedrock models, Graviton ARM
SSM Session Manager, VPC Endpoints, CloudTrail, Docker sandbox
S3 Files Skill, Kiro conversational deploy guide
Multi-Tenant E2E Pipeline — Verified ✅
Agent Container: openclaw agent CLI subprocess, Plan A + Plan E
Bedrock H2 Proxy: Node.js HTTP/2, intercepts AWS SDK calls via AWS_ENDPOINT_URL
Tenant Router: tenant_id derivation, AgentCore invoke (300s timeout)
AgentCore Runtime: Firecracker microVM per tenant, ECR image
IM bridging: zero OpenClaw code changes, IM config same as single-user
systemd services, CloudFormation one-stack, Admin Console UI
Metric
Current
Cold start (real)
~22-25s (optimized from ~30s)
Cold start (user-perceived)
~2-3s (fast-path)
Warm request
~10s
Cost (50 users)
~$1.30-2.20/person/month
Week 1: Mar 17-23 — Optimize & Stabilize
Cold Start Optimization (30s → ~2-3s user-perceived) ✅
Week 2: Mar 24-30 — Permission & Cost
Auth Agent Channel Delivery
Week 3: Mar 31 - Apr 6 — Shared Skills & Rules
Shared Skills with Bundled Credentials
Per-Tenant Enterprise Rules
Controlled Information Sharing
Week 4: Apr 7-13 — EKS Runtime + Agent Orchestration
EKS as Third Runtime Backend ✅
K8s client service (kubernetes-asyncio): CRD CRUD, pod status/logs, operator management
Admin EKS router: deploy/stop/reload/status/logs, cluster discover/associate, operator install/upgrade
3-tier tenant routing: ECS → EKS → AgentCore (serverless fallback)
Frontend: EKS tab in Settings (cluster/operator) and Agent Factory (instances + Deploy Agent modal)
Terraform full-stack: VPC, EKS, EFS, ALB Controller, Operator, Admin Console, Ingress
Helm chart packaging: ServiceAccount, RBAC, Deployment, Service, Ingress
Deploy API: model, CPU/memory, storage, runtime class, chromium, backup, nodeSelector, tolerations
Standalone deploy-eks.sh using Helm chart (includes RBAC automatically)
Dockerfile for containerized deployment
ALB Ingress for internet access (enabled by default in Terraform)
China region support: china-image-mirror.sh mirrors images, globalRegistry CRD override
Shared config with ECS: full openclaw.json, SOUL layers from S3, env vars
Seed data in Terraform: null_resource with no-overwrite mode
70 unit tests (k8s_client, admin_eks router) + integration test script
Tested: global (us-west-2) + China (cn-northwest-1) via Terraform
Docs: DEPLOYMENT_EKS.md (EN) + DEPLOYMENT_EKS_CN.md (CN)
Week 5: Apr 14-20 — Platform & Marketplace
Hard Enforcement (MCP Mode)
Week 6: Apr 21-27 — Hardening & Documentation
Documentation & Launch Prep
Apr 28-30 — Final Testing & v1.0 Release
OpenClaw SaaS : hosted multi-tenant as a service
Enterprise MSP : managed platform for organizations
Permissions Vending Machine : temporary IAM elevation
AgentCore Memory : persistent cross-session memory
Federation : B2B agent collaboration across organizations
What
Deadline
How to start
Cold start optimization
Mar 23
Profile container startup, submit PR
Permission bypass testing
Mar 30
Try to bypass Plan A, file issues
Cost benchmarking
Mar 30
Deploy, measure, share data
Skill packaging format
Apr 6
Design manifest, open PR
Agent orchestration
Apr 13
Prototype agent-to-agent invocation
Security audit
Apr 27
Audit code, file issues
→ Contributing Guide · → GitHub Issues