Platform Overview

Platform Capabilities

Search the platform surface, isolate a capability, then jump into the rollout path, proof, and MCP entry point that make it concrete.

Search feature names, descriptions, and detailed capability lists.

Showing 8 capability areas
AI Work Pipeline

AI Work Pipeline

Give AgentFlow a set of requirements and it breaks them down, plans the work, assigns agents, and delivers structured output. One input, multiple agents, complete results.

  • Turn requirements into a structured work plan automatically
  • Break large projects into smaller, manageable pieces
  • Generate architecture and component designs from descriptions
  • Create and order tasks so agents know what to do and when
  • Run multiple agents at the same time on different parts of the work
  • Keep each agent focused on its own area without interference
  • Save and reuse pipeline templates for repeatable workflows
  • Works for any domain — software, security, content, operations
AI Work Pipeline
Event-Driven Integration

Event-Driven Integration

AgentFlow reacts to events from your existing systems. A webhook fires, a message arrives, a schedule triggers — and agents start working automatically.

  • Trigger work from webhooks — secure with HMAC or API keys
  • Listen to message queues like Kafka for real-time events
  • Schedule recurring work with cron (e.g. every night at 2am)
  • Filter events intelligently — only act on what matters
  • Control the flow — drop duplicates, queue bursts, batch requests
  • Automatically retry failed deliveries with dead letter handling
  • Send results back to your systems via outbound webhooks
  • React to database changes in real time
Event-Driven Integration
Session Execution

Session Execution

Every agent runs in a tracked session. You can see what it's doing, pause it, hand it off to another agent, or replay exactly what happened.

  • Start agent sessions with clear goals and context
  • Run multiple sessions at the same time across different tasks
  • Pause, resume, or hand off sessions between agents
  • Watch progress in real time — see what each agent is doing
  • Replay any session to see exactly what happened and why
  • Context carries over — agents pick up where the last one left off
  • Sessions clean up automatically when work is done
  • Create session templates for work you run regularly
Session Execution
Multi-Agent Coordination

Multi-Agent Coordination

Assign multiple agents to a project and let them work together. Each agent gets the right tools and context, and they can message each other to coordinate.

  • Run many agents at the same time, each on their own task
  • Assign each agent to a specific area of expertise
  • Agents hand off work to each other with full context
  • Pass structured results between stages of a pipeline
  • Configure agents with domain-specific knowledge and tools
  • 357+ built-in tools agents can use out of the box
  • Agents suggest next steps based on what they find
  • Monitor every agent and stop any one instantly if needed
Multi-Agent Coordination
Sprint Workflows

Sprint Workflows

Organise work into sprints — plan what needs doing, track progress as agents execute, and review results when they're done.

  • Create sprints with timelines and capacity limits
  • Prioritise and estimate work before agents start
  • Visual sprint board showing tasks moving through stages
  • Track how fast work gets done across sprints
  • See burndown charts showing progress toward completion
  • Capture what went well and what to improve after each sprint
  • Tasks automatically move to the right status as work progresses
  • Unfinished work carries over to the next sprint automatically
Sprint Workflows
Sentinel Policy Engine

Sentinel Policy Engine

Set rules for what agents can and can't do. Sentinel enforces boundaries, blocks sensitive data from leaving, and logs everything for audit.

  • Define rules for how agents should behave
  • Set limits on resources agents can use
  • Control which files and folders agents can access
  • Allow or block specific commands agents can run
  • Enforce compliance rules across all workflows
  • Get alerts when an agent violates a policy
  • Assign different rules to different teams or roles
  • Version and roll back policy changes safely

Screenshots coming soon

Project & Task Management

Project & Task Management

Organise everything into projects and tasks. Assign work, track progress, set priorities, and see what's happening across all your projects in one place.

  • Create projects and assign team members or agents
  • Plan work with epics, sprints, and capacity tracking
  • Create, assign, and track tasks through their lifecycle
  • Set priorities and dependencies between tasks
  • Track milestones and see progress at a glance
  • Organise work with labels and tags
  • Manage change requests through a structured workflow
  • Link related tasks across different projects
Project & Task Management
Local-First Architecture

Local-First Architecture

AgentFlow works even without an internet connection. Everything syncs automatically when you're back online — no work is ever lost.

  • Keep working offline — no internet required
  • Cloud syncs automatically when connectivity returns
  • No conflicts — the system resolves differences intelligently
  • Run agent sessions and update tasks while offline
  • Project context and data cached locally for speed
  • Only sends what changed — minimal bandwidth usage
  • Knows when you're online or offline and adapts gracefully
  • Verifies data integrity every time it syncs

Screenshots coming soon

Orchestration in Action

See how the same cognitive orchestration engine powers structured outputs across software engineering, security, compliance, and more.

Ready to Map Your First Governed Workflow?

Use a workflow sprint to scope the approvals, triggers, and rollout plan for your first production workflow.

DEVCONTAINERS

Your Laptop Is the Control Tower. The Containers Are the Workforce.

Each project gets its own isolated environment with its own services, databases, tools, and AgentFlow runner. URLs not ports. Ephemeral compute, persistent code. Same architecture from laptop to team server to cloud.

  • Isolated container per project with full toolchain
  • HIVE manages infrastructure, AgentFlow manages cognition
  • Smart resource management — idle detection, auto-stop, priority allocation
  • Cross-container pipelines with target_container routing
  • Agent isolation guaranteed by container boundaries
  • Same architecture: laptop, team server, or cloud

AgentFlow CLI

$ af dev up hive-api paymentsCreating DevContainer "hive-api"... Image: ostec/agentflow-dev:java21 Services: MongoDB 7, Redis 7 URL: https://hive-api.dev.local Runner: connected
Creating DevContainer "payments"... Image: ostec/agentflow-dev:node20 Services: PostgreSQL 16 URL: https://payments.dev.local Runner: connected
2 environments ready. 2 runners attached.
DevCloud: The Only Cloud Dev Environment with a Brain

Gitpod and Codespaces give you a container. AgentFlow DevCloud gives you a container with sprint sequencing, parallel agents, shared memory, and policy governance already inside it. Accessible from any browser, anywhere.

Give Any Application Intelligence

WITHOUT changing its codebase

B2C: Intelligent Applications

Add governed workflows to user-facing products with approvals, agent decision steps, and operational guardrails around the experience you already run.

  • Customer intelligence, fraud detection, and personalised insights
  • Orchestrate multi-step user workflows autonomously
  • Trigger agent pipelines from user actions via webhooks
  • Scale governed workflows across your entire user base
  • Zero code changes to the target application

B2B: Business Intelligence Layer

Run governed workflows across existing systems for analysis, reporting, approvals, and decision support without replacing the tools your teams already use.

  • Revenue analysis, inventory forecasting, and operations monitoring
  • Cross-system governed workflows without migration or integration projects
  • Automated compliance, security, and audit workflows
  • Domain-agnostic: same platform for any business function
  • Connect via webhooks, Kafka, or scheduled triggers

No Problem Is Too Big

AgentFlow handles complex work at any scale. Break jobs into steps, run them in parallel, trigger them automatically, and keep every agent informed. Works for any industry, any use case.

Webhooks

Inbound webhooks from any system — GitHub, monitoring tools, trading platforms, CI/CD. Secure authentication built in so only trusted systems can trigger work.

Kafka & Event Streams

Listen to message queues and data streams. React to database changes, cloud events, and live data feeds automatically.

Cron & Scheduling

Schedule pipelines with cron expressions. Nightly security scans, weekly compliance reports, hourly monitoring — fully automated.

Event Subscriptions

Filter events intelligently — only start work when the right conditions are met, using rules or AI judgement.

Event-Driven Patterns

Reactive Pipeline: Webhook → Analyse → Decide → Act # Price alert triggers market analysis pipeline
Chain Reaction: Pipeline A → Event → Pipeline B # Build completes, triggers deployment pipeline
Continuous Monitoring: Collect → Batch → Analyse Trends # Batch alerts every 15 minutes for trend analysis
Rate Limiting & Deduplication
Outbound Webhooks
Auto-React to Database Changes
Event Replay
Agent Toolkit

Extensible Agent Toolkit

357+ MCP tools enable domain agents to interact with their environment — from project management to deployment. The toolkit powers the orchestration, not the other way around.

"Run the full pipeline from this PRD"
"Decompose the auth system into bounded contexts"
"Execute phase 3 across all assigned agents"
"Show pipeline progress and agent status"
"Transfer this pipeline template to the pentesting domain"
357+
MCP Tools
7
Categories
Explore Agent Capabilities
Orchestration Capabilities
Pipeline Orchestration
Session Execution
Sprint Workflows
Code Generation
Policy Enforcement
Local-First Sync
Audit & Compliance