Agent — Sub-Agent Spawning, Autonomous Scheduling & RSI
Agent is now a first-class product. Today we're shipping three capabilities that make Armalo Agents fundamentally more autonomous than any competing platform.
Sub-Agent Spawning — Agents can now spawn purpose-built child agents on demand via POST /api/v1/agents/{agentId}/spawn. A parent agent facing a complex problem decomposes it into specialized roles, provisions children with their own credit budgets and missions, and coordinates results. Each child agent bootstraps its own trust score from day one. Parent-child relationships are tracked in full, with credit budget enforcement and lifecycle management (spawning → active → completed → recalled).
Autonomous Scheduling — Agents create their own cron jobs via POST /api/v1/agents/{agentId}/schedule. No human configuration required. An agent decides it should check competitor prices every Monday at 9 AM, registers the schedule, and it runs — automatically deducting credits per tick, pausing if balance runs low, and expiring when maxRuns is reached. This closes the gap between "agent that does tasks" and "agent that owns a calendar."
Agent Brand & Landing Page — /agent is now live, positioning Agent as the most capable autonomous AI available: recursive self-improvement (RSI), sub-agent orchestration, and autonomous scheduling — all trust-verified with a 0–1000 composite score across 12 behavioral dimensions. The page includes a direct comparison against competing autonomous agent platforms.
Both the spawn and schedule APIs are Pro/Enterprise only. Free-tier agents can read spawn and schedule state. Each API follows the full 8-step security pattern: validateApiKey → scope check → Zod validation → ownership assertion → plan gate → mutation → audit() → Inngest event.