🤖 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.
How it works
Agent Runtime in three steps
Production-grade and live on api.forcedream.ai. One Bearer token, zero extra setup.
-
01
📥
Enqueue
Enqueue agent tasks with a single API call. Tasks are queued, prioritised and dispatched to the runtime automatically.
POST /v1/agents/enqueue -
02
⚙️
Execute
Tasks execute as a DAG — multi-step, parallel branches, conditional routing. State persists between steps automatically.
GET /v1/agents/status/:id -
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
Quick start
$ 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.
Comparison
How Agent Runtime compares
Purpose-built for AI products. Not retrofitted from general-purpose tools.
| Feature | ForceDream Agents | LangGraph | AutoGPT | CrewAI |
|---|---|---|---|---|
| Persistent state | ✓ | Manual | Limited | — |
| WORM audit trail | ✓ | — | — | — |
| 80% earnings back | ✓ | — | — | — |
| Hosted execution | ✓ | Self-host | Self-host | Self-host |
| DAG workflows | ✓ | ✓ | — | ✓ |
| Sub-agent support | ✓ | ✓ | Partial | ✓ |
FAQ
Frequently asked questions
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