Skip to main content

Roadmap

Phase 1

Validate the product with real usage

Active

The first phase proves that the platform works end to end with a real user experience, real coordination, and real operational constraints.

  • Launch the core product experience.
  • Run the orchestrator, runtime, and approvals as one working system.
  • Learn from real traffic before widening the surface area.

Build Phases

Phase 1 — Platform Validation (Consumer App)

Status: Active

ComponentDescription
Go orchestratorAuth, provisioning, LLM mediation, and request routing
Capability frameworkRuntime-to-backend communication interface
Adapter frameworkGmail and Google Calendar adapters (read-only)
Runtime provisioningPer-user agent deployment via automated provisioning
Flutter appOnboarding, chat, swarm UX, and integration cards
Default skillsBundled first-party agents and skills
InfrastructureKubernetes deployment with GitOps management

Phase 2 — Production Hardening

Status: Planned

ComponentDescription
HA infrastructureHigh-availability with failover and redundancy
MCP policyHardened capability boundaries and policy enforcement
Skill sandboxingSandboxed execution for community-verified skills
Security pipelineSkill verification and scanning before publication
Swarm visualizerReal-time multi-agent coordination UI
Write approvalsApproval flows with cost controls and budget ceilings
Web dashboard and CLIBrowser-based management and developer tooling

Phase 3 — Developer PaaS

Status: Planned

ComponentDescription
Public APIProgrammatic agent deployment for developers
Multi-runtimePicoClaw, NanoClaw, and OpenClaw options
Managed provisioningDatabase and cache provisioning as platform services
Skill marketplaceCurated marketplace with community submissions
Export SoulPortable swarm configuration and memory export
Developer SDKsClient libraries and automation policies

Phase 4 — Enterprise IaaS and Global Scale

Status: Planned

ComponentDescription
Multi-cloudAWS, GCP, Azure, and on-premises support
Enterprise toolingDeploy-into-customer-infrastructure automation
Custom runtimesProprietary or specialized runtime integration
Agent marketplaceThird-party agents and skills with revenue share
A2A federationAgent-to-agent communication across organizations
Enterprise controlsIsolation, RBAC, audit, compliance, and BYOK

Integration Model

Agents never hold raw third-party credentials. Every external API call flows through the backend adapter layer.

  • Adapters expose narrow capabilities, not raw API passthrough
  • Permissions are user-visible and revocable at any time
  • Read and write scopes are always separate
  • Every write is logged with agent ID, integration, timestamp, and payload summary

Autonomy Modes

ModeBehaviorExample
Auto-readFetch and summarize after user consent"Summarize my unread emails"
Ask-before-writeApproval required for sends, creates, updates"Draft a reply" requires tap to send
Trusted automationBounded by policy and configurable limits (planned)"Auto-reply to meeting requests under 30 min"

Safety Rules

1
Step 1

Human-readable writes

Every write proposal must be understandable before a user approves it.

2
Step 2

Instant revocation

Users can revoke permissions instantly from any interface.

3
Step 3

Prefer undo

The platform prefers undo or compensating actions where providers support them.

4
Step 4

No raw credentials

Agents and skills never receive raw third-party credentials.


LLM Account Model

TierHow It WorksStatus
ConsumerCrawbl pays provider bills; usage metered per user against subscription tierActive
Power users (BYOK)Users supply their own API keys; same audit and quota controlsPlanned
EnterpriseIsolated provider accounts per customer; Crawbl manages routingPlanned

Skills and Marketplace

Skill Categories

CategoryTrust LevelStatus
First-party defaultFull trustPhase 1
Curated first-party marketplaceFull trustPhase 3
Community-verifiedRestricted sandboxPhase 3
Unreviewed submissionsNo executionPhase 3+
  • Skills access capabilities via MCP, not raw credentials
  • Unreviewed uploads are never executable in production
  • Community skills always run in a stricter sandbox than first-party skills

Agent Federation (Phase 4)

Cross-user agent-to-agent communication. Swarms become more valuable when they can collaborate.

  • Always opt-in; private swarm by default
  • Requires explicit consent from both parties
  • Scoped permissions, revocable at any time
  • Every exchange goes through backend mediation with full audit trail

Implementation details about the Agent Runtime and multi-agent architecture live in Agent Runtime Overview.