Skip to main content

How Crawbl Works

Overview

Simplified overview of how Crawbl works
Click diagram to zoom

Platform flow

1
Step 1

A person asks

A user submits a request.

2
Step 2

Crawbl coordinates

The platform receives the request and determines what work needs to happen.

3
Step 3

Agent work happens in isolation

AI work executes in isolated runtimes.

Isolation enables scale and control.

4
Step 4

Results come back clearly

Results return as answers, suggestions, or approval requests.

Users see outcomes, not implementation details.

Why this matters
  • A normal chatbot answers once. Crawbl keeps working after the first answer.
  • One request can turn into follow-up actions, approval checks, saved context, and more work in the background.
  • That is the difference between a tool that talks and a tool that helps finish something.

Detailed view

Three-layer view of the Crawbl platform
Click diagram to zoom
1
Step 1

Client interfaces

Users interact through product surfaces such as the app, API, or realtime connections.

This is where requests begin and results are delivered back.

2
Step 2

Orchestration layer

The control plane handles routing, access checks, approvals, provider mediation, and integration boundaries.

This is where the platform decides what should happen next.

3
Step 3

Runtime layer

Agent work runs in isolated runtimes instead of directly inside the client-facing system.

This separation gives Crawbl stronger control, scale, and safety.

Why the layering matters
  • The app only needs to collect the request and show the result.
  • The platform handles the harder parts underneath: routing work, checking approvals, and keeping state.
  • This keeps the product simpler and makes the platform easier to grow over time.
note

This page is the public view. For the deeper component-level explanation, see the system overview.