5.3 Manage Agent Profiles
An agent profile provides the centralized configuration for reusable AI agents in MicroTx Workflows.
It defines key agent settings in one place, including the agent's role, instructions, prompt variables, internal tools, MCP servers, LLM profile, and model parameters. This makes agents easier to configure, reuse, and maintain across different use cases.
Agent profiles support two primary execution modes. They can run within workflows through Agentic Tasks, and they can also run as conversational agents through the chat API. When an Agent Profile is executed within a workflow, it benefits from the workflow engine's durability guarantees, making it suitable for reliable, long-running, and multi-step execution.
You can also use agent profiles to bring externally defined agent templates into MicroTx Workflows. You can port templates defined for external agents into an agent profile, and then execute it inside a workflow using the MicroTx runtime model.
For example, a document verification agent profile can define instructions for validating submitted documents, prompt variables for workflow data, internal tools or MCP-based integrations for OCR and income verification, and model settings tailored to the use case. You can use the same agent profile either inside a workflow for durable execution or through the conversational API for interactive use.
This approach helps developers build flexible, reusable, and consistently governed agent definitions across workflow and conversational scenarios.
Topics
- Create an Agent Profile
Create an agent profile to define a reusable AI agent in MicroTx Workflows. An agent profile provides a centralized place to configure an agent's role, instructions, prompt variables, tools, MCP servers, LLM profile, model parameters, memory behavior, execution limits, capabilities, and guardrails. - Update an Agent Profile
- View an Agent Profile
You can retrieve and view the details of an agent profile definition. - Delete an Agent Profile
You can delete an agent profile when it is no longer required.
Parent topic: Agentic AI