> For the complete documentation index, see [llms.txt](https://docs.autommate.com/userguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autommate.com/userguide/ai-agent-composer/agentic-hyperflow.md).

# Agentic Hyperflow

**Agentic Hyperflow** is the execution layer behind every AI Agent in Autom Mate.

Each AI Agent is built on top of a **Hyperflow**, which means every interaction, decision, and action taken by the agent is fully traceable, controllable, and auditable.

***

### What is Agentic Hyperflow?

In Autom Mate:

> Every AI Agent = a Hyperflow

This means:

* AI reasoning is connected to real workflows
* Every action is executed through Autom Mate’s automation engine
* Nothing happens as a black box

***

### How to Access

You can access the Hyperflow of an AI Agent directly from the agent page.

Click the **Hyperflow icon** next to the agent name.

This opens the underlying Hyperflow in Autom Builder.

***

### What You Can See

Inside the Hyperflow, you can monitor:

* Every user interaction
* Every step executed by the agent
* Tool and skill executions
* Data passed between steps
* External system calls
* Success and failure states

***

### Why It Matters

Traditional AI agents operate as **black boxes**:

* No visibility into decisions
* No control over execution
* No audit trail

Agentic Hyperflow solves this by providing:

#### Full Visibility

See exactly what the agent is doing at every step

***

#### Control

Define, modify, and govern how actions are executed

***

#### Auditability

Track all operations for compliance and debugging

***

#### Reliability

Every action runs through deterministic workflows

***

### How It Works

1. User sends a request
2. AI interprets intent
3. Hyperflow is triggered
4. Steps are executed in sequence
5. Systems are called through defined actions
6. Results are returned to the user

***

### Monitoring & Debugging

Using Hyperflow, you can:

* Inspect each execution step
* Identify failures or incorrect logic
* Optimize workflows
* Ensure correct system interactions

***

### Key Concept

Agentic Hyperflow bridges:

* **AI reasoning** (what to do)
* **Workflow execution** (how it gets done)

This ensures AI Agents are not just conversational, but **operationally reliable systems**.

***

### Summary

Agentic Hyperflow is what makes Autom Mate AI Agents:

* Transparent
* Controllable
* Auditable
* Production-ready

It transforms AI from a black box into a fully governed execution layer.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.autommate.com/userguide/ai-agent-composer/agentic-hyperflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
