🤖 Agent Runtime · Layer L601

Run autonomous AI agents with persistent state and workflow DAGs.

Executes multi-step AI agents as directed acyclic graphs — tasks queue, execute in order, retry on failure, persist state across sessions. WORM-sealed throughout.

Live £49/moor £490/yr — save 17%
49/moStarting price
DAGWorkflow engine
78%Earnings back
FreeTier available
DAG workflowsPersistent stateSub-agentsWORM-sealed78% backFree tier

How it works

Agent Runtime in three steps

Production-grade and live on api.forcedream.ai. One Bearer token, zero extra setup.

  1. 01 📥

    Enqueue

    Enqueue agent tasks with a single API call. Tasks are queued, prioritised and dispatched to the runtime automatically.

    POST /v1/agents/enqueue
  2. 02 ⚙️

    Execute

    Tasks execute as a DAG — multi-step, parallel branches, conditional routing. State persists between steps automatically.

    GET /v1/agents/status/:id
  3. 03 📜

    Seal

    Every agent action is WORM-sealed. Immutable audit trail for every step, decision and output.

    GET /v1/audit

What's included

Everything you need, nothing you don't

Task queue — enqueue and execute agent tasks
Workflow DAG — multi-step directed execution graph
State persistence — agents remember across runs
Retry logic — automatic retry with exponential backoff
WORM-sealed logs — full immutable audit trail
Sub-agent support — agents that spawn other agents

Quick start

api.forcedream.ai POST /v1/agents/enqueue
FORCEDREAM OS · L601 LIVE
$ curl https://api.forcedream.ai/v1/agents/enqueue \
  -H "Authorization: Bearer $KEY" \
  -d '{"agent_id":"research_agent","fn_name":"analyse_document","args":{"url":"https://example.com/report.pdf"}}'

→ {"task_id":"task_7f2a","state":"queued","position":1}

$ curl https://api.forcedream.ai/v1/agents/status/task_7f2a \
  -H "Authorization: Bearer $KEY"

→ {"task_id":"task_7f2a","state":"complete","result":"...","duration_ms":4200,"seal_id":"seal_9b1c"}

Pricing

Simple, transparent pricing

78% of API earnings flow back to you on every call. No hidden fees. Free tier available.

Starter
£49
/mo · £490/yr
100 agent runs/month
Single-step tasks
Standard retry
78% earnings
WORM audit
Start free →
Most popular
Pro
£149
/mo · £1,490/yr
1,000 runs/month
Multi-step DAGs
Sub-agent support
Priority execution
Webhook notifications
Start free →
Scale
Custom
Unlimited runs
Dedicated cluster
Custom retry policies
Real-time monitoring
SLA
Start free →

Comparison

How Agent Runtime compares

Purpose-built for AI products. Not retrofitted from general-purpose tools.

FeatureForceDream AgentsLangGraphAutoGPTCrewAI
Persistent stateManualLimited
WORM audit trail
80% earnings back
Hosted executionSelf-hostSelf-hostSelf-host
DAG workflows
Sub-agent supportPartial

FAQ

Frequently asked questions

A Directed Acyclic Graph where tasks depend on previous results. Agents can fan out (parallel tasks), converge (wait for all), and branch conditionally on outcomes.
Each step up to 15 minutes. Multi-step workflows run indefinitely by chaining steps. State persists automatically between all steps.
Yes. Enqueue sub-tasks via the same API from inside a running agent. This enables hierarchical architectures with a coordinator agent and specialist sub-agents.
Retries up to 3 times with exponential backoff. Failed tasks move to a failed state and trigger webhook notifications if configured.
Usage-based — you pay per agent execution minute. 78% of your API earnings flow back to you as always.

Start with Agent Runtime.
Scale to all 22 products.

Free tier available. 80% earnings from your first call. Every call. WORM-sealed by default.

No credit card    80% earnings guaranteed    WORM-sealed audit