---
title: "Agent Directory"
description: "The Agent Directory is FlowRunner's library of pre-built, deployable AI agents. Authored by FlowRunner today; designed for partner and community authoring as the directory grows."
url: https://flowrunner.ai/concepts/agent-directory
date_published: 2026-06-05
date_modified: 2026-09-08T13:05:20-07:00
---

# Agent Directory

Updated September 8, 2026

The Agent Directory is a curated library of pre-built, deployable AI agents authored by FlowRunner, partners, and the community, designed for reuse across customer environments.

**TL;DR**

-   The Agent Directory is where pre-built AI agents live, ready to deploy.
-   Every agent in the directory inherits the same guarantee: it knows when to stop and ask a human for help. Installing an agent does not mean inheriting someone else’s risk.
-   A directory entry is a complete agent, not a template. You install it and use it; you do not assemble it.
-   Today, FlowRunner authors the directory. The forward direction is partner-authored and community-authored agents alongside.
-   The reuse pattern is intentional. An agent designed once should be deployable into many customer environments with configuration rather than re-construction.

## What it means

The Agent Directory is the catalog of agents available to FlowRunner customers. A directory entry has three properties that distinguish it from a template or a sample:

-   **It is deployable.** A directory entry can be installed into a customer environment and start doing its job. No assembly required.
-   **It is parameterized.** The same agent serves many customers because it is configurable. The customer supplies the integrations, the data sources, and the policies; the agent supplies the capability.
-   **It is governed.** Every agent in the directory operates under the same [Code of Conduct](https://flowrunner.ai/concepts/code-of-conduct) the platform enforces on agents built in the [Agent Factory](https://flowrunner.ai/concepts/agent-factory). The governance does not depend on who authored the agent.

The category we are defining ([Orchestration as a Service](https://flowrunner.ai/concepts/orchestration-as-a-service)) treats agents as a unit of value that should be produced once and reused many times. The directory is the place that reuse happens.

The vision is that the directory grows along three axes:

-   **FlowRunner-authored agents** for common patterns we know our customers need. This is what exists today.
-   **Partner-authored agents** built by consultants, system integrators, and specialist vendors. The Midnight Flow consulting arm and FlowRunner partners are the natural authors here.
-   **Community-authored agents** built by FlowRunner customers and made available to others.

The forward-state agents (partner and community) are how the directory becomes a leverage layer for the whole ecosystem rather than a starting point library FlowRunner ships.

## What it is not

The Agent Directory is not a template library. Templates require assembly. Directory entries do not. The distinction matters because the customer’s question shifts: not “how do I build this” but “which one do I deploy.”

The Agent Directory is not the integrations catalog. The integrations catalog lists what FlowRunner can talk to (Salesforce, QuickBooks, Acumatica, and so on). The directory lists agents that do specific jobs across those integrations.

The Agent Directory is not a marketplace, in the sense of a transactional storefront with buy buttons. The framing is _directory_ deliberately. The point is discoverability and reuse, not commerce. Pricing and packaging belong to FlowRunner’s tiers, not to individual directory entries.

The Agent Directory is not the same as the [Agent Factory](https://flowrunner.ai/concepts/agent-factory). The factory is where agents get built. The directory is where they are kept for reuse. The two are related but separate: not every agent built in the factory has to be published to the directory, and not every agent in the directory has to be built in the factory.

## How FlowRunner implements it

Today, the directory contains FlowRunner-authored agents covering common operations patterns: vendor invoice intake, expense exception routing, document extraction, sales handoff coordination, and similar jobs. A customer installs an agent from the directory, supplies the connectors and policies relevant to their environment, and runs it.

The technical mechanics:

-   **Parameterization.** Every directory entry exposes the configuration points the customer needs to provide: which CRM, which accounting system, which Slack channel, what threshold for human review.
-   **Composability.** A directory agent can be invoked from another agent built in the [Agent Factory](https://flowrunner.ai/concepts/agent-factory), the same way any agent can call any other agent.
-   **Versioning.** Directory entries are versioned. A customer’s deployment of an agent stays on the version they installed; upgrades are explicit.
-   **Governance.** Directory agents run under the [Code of Conduct](https://flowrunner.ai/concepts/code-of-conduct) the same as any other agent in the orchestration environment.

The forward direction (partner and community authoring) is what makes the directory a leverage layer. The architecture supports it today; the authoring program and the publication pipeline mature as the customer base and partner network grow.

## Where the term comes from

The choice of _directory_ over _marketplace_ or _library_ is positioning work.

_Library_ implies passive collection. The directory is more active than that. Entries are deployable, not just downloadable.

_Marketplace_ implies transactions and storefronts. The directory does not lean on commerce as the organizing principle. Pricing is a tier-level decision in FlowRunner, not a per-entry one.

_Directory_ sits in the middle: a curated, discoverable, organized set of capabilities that customers and partners and (eventually) community members contribute to and draw from. The closest analog is an enterprise software catalog or an enterprise app store, but stripped of the transactional and customer-acquisition framing.

The Agent Directory is one of three pillars of [Orchestration as a Service](https://flowrunner.ai/concepts/orchestration-as-a-service). The [Agent Factory](https://flowrunner.ai/concepts/agent-factory) is where agents come from. The directory is where they live. The [Code of Conduct](https://flowrunner.ai/concepts/code-of-conduct) governs how they behave once they are deployed.

## Frequently asked questions

### Is the Agent Directory the same as a template library?

No. Templates require assembly; directory entries do not. The Agent Directory is a curated library of pre-built, deployable AI agents authored by FlowRunner, partners, and the community, designed for reuse across customer environments. You install an entry, supply your connectors and policies, and run it.

### What is the difference between the Agent Directory and the Agent Factory?

The factory is where agents get built; the directory is where they are kept for reuse. Not every agent built in the factory has to be published to the directory, and not every directory entry has to have been built in the factory. Both run under the same governance.

### Who authors the agents in the directory?

FlowRunner authors the directory today. The forward direction is partner-authored and community-authored agents alongside, from consultants, system integrators, specialist vendors, and customers. Governance does not depend on the author: every entry runs under the same platform-enforced Code of Conduct.

### Does installing an agent from the directory cost extra?

No. Pricing is a tier-level decision in FlowRunner, not a per-entry one, so the directory is not a storefront with buy buttons. Entries are versioned: your deployment stays on the version you installed, and upgrades are explicit rather than pushed to you.

By [Mark Piller](https://flowrunner.ai/about#mark-piller), Founder of FlowRunner [Editorial policy](https://flowrunner.ai/editorial-policy)

---
Markdown version of https://flowrunner.ai/concepts/agent-directory. Site index: https://flowrunner.ai/llms.txt
