- Agent Operating Procedures
- Flows
- Use Cases
Agent Operating Procedures (AOPs) are pre-configured, reusable AI workflows that automate complex, prompt-based tasks through intelligent, repeatable processes. AOPs transform standard operating procedures into executable AI workflows that can perform research, analysis, content generation, and decision-making tasks with minimal human intervention.AOPs are designed to handle tasks that traditionally require human judgment and expertise, such as conducting due diligence research, analyzing financial documents, generating compliance reports, or extracting structured data from unstructured sources. By encoding expert knowledge into reusable workflows, AOPs enable organizations to scale their operations without proportionally scaling headcount.


How AOPs Accept Inputs
AOPs use a special parameter syntax within their prompt templates to define dynamic inputs. When an AOP is executed, these parameters are automatically detected and presented to the user for input.Text Parameters allow users to provide free-form text input for names, descriptions, instructions, or any other textual data. For example,[[company_name|type=text]] creates a simple text input field where users can enter a company name.Asset Selectors enable users to select specific assets from their workspace, such as documents, spreadsheets, databases, or presentations. For example, [[financial_reports|type=assetSelector|filterType=document]] creates a selector that filters for document assets, allowing users to choose the relevant financial reports for analysis.Option Selectors provide predefined choices for consistent results. For example, [[analysis_depth|type=textOptions|options=Quick,Standard,Comprehensive]] creates a dropdown menu with three analysis depth options.These parameters make AOPs highly reusable. A single due diligence AOP can be used for hundreds of different companies by simply changing the input parameters, while the underlying analytical logic remains consistent.

