Introduction
Welcome to the Agent Architecture Platform Guide. This guide provides detailed instructions on how to create, configure, and deploy AI Agents in our platform to enhance your workflows. AI Agents are versatile tools that can assist with various tasks, such as answering questions, performing actions, and interacting with users through channels like Microsoft Teams or phone calls. The primary use case is L1 support, but Agents can be adapted to any workflow where automation and AI assistance are beneficial. This guide is divided into three main sections:- Agent Platform – Creating and configuring Agents.
- Tools – Configuring tools that Agents can use to perform actions.
- Deploying Agents into Workflows – Integrating Agents into workflows and external channels.
1. Agent Platform
1.1 Creating and Configuring Agents
AI Agents are created and configured within the context of an App’s workflow. Follow these steps to create a new Agent:-
Navigate to App Configuration:
- Go to the App where you want to add the Agent.
- Access the App configuration section.
-
Add an Agent:
- Select the option to add an Agent to the App.
- You can view existing Agents assigned to the App or create a new one.
-
Create a New Agent:
- Name the Agent: Provide a unique name for the Agent.
- Add a Description: Describe how the Agent fits into your organization and its intended use case.
- Select the LLM Model: Choose the Large Language Model (LLM) to power the Agent (e.g., Claude Sonnet 3.5 or 3.7 from Snowflake Cortex, if configured).
- If no models are available, follow the link to set up a new AI Service and Provider.
- Enter Training Instructions: Provide additional instructions to guide the Agent’s behavior.
- Start a Conversation: Test the Agent by starting a conversation. You can clear the conversation and start a new one if needed.
- Save the Agent: Once configured, save the Agent to create its profile.
-
View and Edit Agent Profile:
- From the Agent profile, you can edit the configuration or start a new conversation to further test the Agent.
- L1 Support: Create an Agent named “SupportBot” with a description like “Handles initial customer queries and creates tickets.” Use Claude Sonnet 3.5 and train it to ask users for issue details.
1.2 Assigning Agents to Apps
Agents can be assigned to participate in an App:- During App configuration, select existing Agents or create new ones to include in the App.
- HR Onboarding: Assign an Agent to an HR App to assist new employees with onboarding tasks.
2. Tools
Tools enable Agents to perform specific actions, such as creating, searching, or updating records, running automations, delegating to sub-agents, or connecting to external services via MCP. Below are the tools available for configuration:2.1 Create Record Tool
The Create Record Tool allows the Agent to create new records in the system. Configuration Steps:- Add the Tool: When configuring an Agent, select the option to add a Create Record Tool.
- Name the Tool: Provide a unique name for the tool.
- Add a Description: Describe when and how the Agent should use this tool.
- Set Tool Start Message: Customize what the user sees or hears when the tool runs.
- Select Run As Mode: Choose how the Agent executes the tool:
- Run as publisher (default): Agent runs with the publisher’s permissions.
- Run as current user: Agent runs with the current user’s permissions.
- Run as service account: Agent runs with a specific service account.
- Select App/Element/Task: Choose the specific App, Element, or Task that the Agent can create.
- Specify Fields:
- Required Fields: These are shown by default and cannot be removed.
- Optional Fields: Add any additional fields the Agent may need to fill out.
- Field Descriptions: For each field, provide a description to guide the Agent on how to obtain the necessary data.
- Select Fields to Return: Choose which fields from the created record should be sent back to the Agent.
- Save the Tool: Once all fields have descriptions, save the tool.
- L1 Support: Configure the tool to create a support ticket with fields like “Issue Description” (required) and “Priority” (optional). The Agent asks the user for details and returns the ticket ID.
2.2 Record Search Tool
The Record Search Tool enables the Agent to search for existing records based on a query. Configuration Steps:- Add the Tool: Select the option to add a Record Search Tool.
- Name the Tool: Provide a unique name.
- Add a Description: Explain when the Agent should use this tool.
- Set Tool Start Message: Customize what the user sees or hears when the tool runs.
- Select Run As Mode: Choose how the Agent executes the tool:
- Run as publisher (default): Agent runs with the publisher’s permissions.
- Run as current user: Agent runs with the current user’s permissions.
- Run as service account: Agent runs with a specific service account.
- Select App/Element/Task: Choose the App, Element, or Task to search.
- Add Query Description: Provide guidance on what the Agent should search for.
- (Optional) Select Fields to Return: Choose which fields from the search results should be returned to the Agent.
- Save the Tool: Once configured, save the tool.
- The search returns results similar to a list view search.
- If more than 100 records are found, the Agent receives a failure message indicating the need for a more refined query.
- L1 Support: The Agent searches for existing tickets with a query like “Find tickets related to login issues” and returns ticket summaries to the user.
2.3 Update Record Tool
The Update Record Tool allows the Agent to update existing records. Configuration Steps:- Add the Tool: Select the option to add an Update Record Tool.
- Name the Tool: Provide a unique name.
- Add a Description: Describe when the Agent should use this tool.
- Set Tool Start Message: Customize what the user sees or hears when the tool runs.
- Select Run As Mode: Choose how the Agent executes the tool:
- Run as publisher (default): Agent runs with the publisher’s permissions.
- Run as current user: Agent runs with the current user’s permissions.
- Run as service account: Agent runs with a specific service account.
- Specify Record Identification: Explain how the Agent should identify the record to update (e.g., by record ID).
- Select App/Element/Task: Choose the App, Element, or Task to update.
- Specify Fields to Update:
- Mark the fields the Agent must update.
- Provide descriptions for each field to guide the Agent.
- Save the Tool: Once all fields have descriptions, save the tool.
- The Agent is notified whether the update was successful or not, along with reasons for failure, allowing it to attempt corrections.
- L1 Support: After resolving an issue, the Agent updates a ticket’s status to “Closed” using the ticket ID provided by the user.
2.4 AI Search Records Tool
The AI Search Records Tool provides advanced search capabilities using AI, allowing the Agent to understand and retrieve related data based on natural language. Configuration Steps:- Add the Tool: Select the option to add an AI Search Records Tool.
- Name the Tool: Provide a unique name.
- Add a Description: Explain when the Agent should use this tool.
- Set Tool Start Message: Customize what the user sees or hears when the tool runs.
- Select Run As Mode: Choose how the Agent executes the tool:
- Run as publisher (default): Agent runs with the publisher’s permissions.
- Run as current user: Agent runs with the current user’s permissions.
- Run as service account: Agent runs with a specific service account.
- Select App/Element/Task: Choose the App, Element, or Task to search.
- Set Result Limit: Specify the maximum number of results to return (1-100, default is 10).
- Configure AI Search:
- Select the AI Search configuration for the object.
- Choose attribute fields to search on and set up any necessary filters.
- Provide descriptions for each field to guide the Agent.
- Select Fields to Return: Choose which fields from the search results should be sent back to the Agent.
- Save the Tool: Once configured, save the tool.
- Sales Assistance: The Agent uses AI search to find customer records with a query like “Customers interested in Product X” and returns contact details.
2.5 Run Automation Tool
The Run Automation Tool allows the Agent to execute existing automations that have an On-Demand trigger, enabling complex workflows to be triggered conversationally. Configuration Steps:- Add the Tool: Select the option to add a Run Automation Tool.
- Name the Tool: Provide a unique name (no spaces or special characters allowed).
- Add a Description: Describe when and how the Agent should use this tool.
- Set Tool Start Message: Customize what the user sees or hears when the tool runs.
- Select Run As Mode: Choose how the Agent executes the automation:
- Run as publisher (default): Agent runs with the publisher’s permissions.
- Run as current user: Agent runs with the current user’s permissions.
- Run as service account: Agent runs with a specific service account.
- Select Automation: Choose an existing automation with an On-Demand trigger.
- Define Input Values: Specify the input parameters the Agent will pass to the automation, including field names and descriptions.
- Define Output Values: Specify which output values the Agent will receive from the automation.
- Save the Tool: Once configured, save the tool.
- The automation executes with the configured permissions.
- Input values are collected from the conversation context based on field descriptions.
- Output values are returned to the Agent for use in the conversation.
- Order Processing: The Agent triggers an “Order Lookup” automation, passing the order ID as input and receiving shipment status as output to share with the user.
2.6 Run Agent Tool
The Run Agent Tool allows the Agent to delegate tasks to another agent (sub-agent) for specialized processing. Each execution creates a new conversation between the main agent and the sub-agent. Configuration Steps:- Add the Tool: Select the option to add a Run Agent Tool.
- Name the Tool: Provide a unique name (no spaces or special characters allowed).
- Add a Description: Describe when and how the Agent should use this tool.
- Set Tool Start Message: Customize what the user sees or hears when the tool runs.
- Select Run As Mode: Choose how the Agent executes:
- Run as publisher (default): Agent runs with the publisher’s permissions.
- Run as current user: Agent runs with the current user’s permissions.
- Run as service account: Agent runs with a specific service account.
- Select App: Choose the App containing the target agent.
- Select Target Agent: Choose the sub-agent to delegate tasks to.
- Add Worker Task Prompt: Provide instructions for how this agent should delegate tasks to the worker agent.
- Save the Tool: Once configured, save the tool.
- Each tool execution starts a new conversation with the sub-agent.
- The main agent can provide context and instructions to the sub-agent.
- Results from the sub-agent are returned to the main agent for continued processing.
- Multi-Department Support: A main support Agent delegates technical questions to a specialized “Technical Expert” sub-agent, which has access to technical documentation and troubleshooting tools.
2.7 MCP Tool
The MCP (Model Context Protocol) Tool allows the Agent to connect to external MCP servers and use custom tools, extending the Agent’s capabilities beyond the platform’s built-in tools. Configuration Steps:- Add the Tool: Select the option to add an MCP Tool.
- Connect to MCP Server:
- Enter MCP Server URL: Provide the base URL of the MCP server (e.g.,
https://api.example.com/mcp). - Configure Authentication: Select the authentication method:
- Bearer Token: Enter an access token.
- Basic Auth: Enter username and password.
- API Key: Enter the API key.
- None: No authentication required.
- Connect to discover available tools.
- Enter MCP Server URL: Provide the base URL of the MCP server (e.g.,
- Select Tool: Browse and select from the tools available on the MCP server.
- Configure Tool:
- Name the Tool: Provide a unique name (no spaces or special characters allowed).
- Add a Description: Describe when and how the Agent should use this tool.
- Set Tool Start Message: Customize what the user sees or hears when the tool runs.
- Select Run As Mode: Choose the execution permissions.
- Save the Tool: Once configured, save the tool.
- The Agent communicates with the external MCP server to execute the tool.
- Authentication is handled automatically based on the configured method.
- Results are returned to the Agent for use in the conversation.
- Third-Party Integrations: Connect to an external shipping provider’s MCP server to give the Agent a “Track Shipment” tool that queries real-time delivery status from the provider’s API.
3. Deploying Agents into Workflows
Agents can be deployed into workflows and integrated with external channels like Microsoft Teams or phone calls to provide real-time assistance.3.1 Assigning Agents to Workflows
You can assign an Agent to a workflow by creating an “Assign an Agent” button in the record details. Configuration Steps:- Create the Button: In record details configuration, select the option to create an “Assign an Agent” button.
- Select or Create an Agent:
- Choose an existing Agent or create a new one.
- If creating a new Agent, follow the steps in section 1.1.
- Configure the Agent:
- Name and Icon: Provide a name and select a profile icon.
- Descriptions: Enter descriptions of the Agent’s tasks and capabilities.
- Upload Documents: Add any documents the Agent can use during tasks.
- Configure Tools: Assign tools the Agent can use (see section 2).
- Set Initial Message:
- Create an initial message that can reference values from the record.
- Choose whether to:
- Show First Message: Display the message to the user to explain the Agent’s capabilities.
- Take Immediate Action: Send the message as a request for the Agent to start working immediately.
- Name and Style the Button:
- Provide a name for the button.
- Choose the button style: Primary, Secondary, Inline, or Icon.
- Save the Button: Once configured, save the button.
- When a user clicks the button in record details, the record chat opens, allowing interaction with the Agent.
- L1 Support: A fulfiller clicks “Assign SupportBot” on a ticket to have the Agent gather more details from the user.
3.2 Integrating with Microsoft Teams
Agents can be integrated with Microsoft Teams to provide assistance through chat. Configuration Steps:- Install the Bot: Select Microsoft Teams and install the Bot into your organization.
- Select an Agent: Choose the Agent that will respond to messages.
- Specify Fields:
- Select fields to save the email and full name of the user who started the conversation.
- Set Timeout: Define how long the conversation remains open without user response before closing.
- Train the Agent: Provide instructions on how the Agent should determine when the conversation is finished.
- Save Configuration: Ensure only one route is active.
- Conversations are tagged for viewing on the record.
- When the conversation ends (either by completion or timeout), an automation trigger fires, and a message is sent to Teams.
- A “typing” indicator shows when the Agent is processing a response.
- The Agent has a tool to access the record context.
- L1 Support: A user messages the Agent in Teams about a login issue, and the Agent creates a ticket while saving the user’s email.
3.3 Integrating with Phone Calls
Agents can handle phone calls to start workflows or provide assistance. Configuration Steps:- Configure Phone Numbers:
- In App Details, view or add new phone numbers using Twilio (Client ID, Client Secret, Phone Number).
- Delete unused phone number configurations.
- Enable Phone Call Workflow Start:
- In Flow configuration, specify that the App can be started with a phone call.
- Select a phone number and an Agent to answer the call.
- Configure the Agent:
- Provide additional training instructions.
- Set the first message the Agent should say when answering.
- Specify fields to save the caller’s phone number, call summary, and call evaluation.
- Configure prompts for the summary and evaluation.
- Save Configuration: Ensure the conversation is saved and viewable on the record.
- When a user calls the configured number, the Agent answers and interacts based on the configuration.
- After the call, the summary and evaluation are saved to the specified fields.
- L1 Support: A user calls to report a hardware failure, and the Agent creates a ticket with a summary like “User reported broken monitor.”
4. External Agents via App Intelligence
In addition to creating and managing internal agents, Elementum supports integration with external agents configured at the App level through Intelligence settings. This enables you to leverage specialized AI capabilities from external providers like Snowflake Cortex and AWS Bedrock while maintaining data security and governance.4.1 External Agent Configuration
External agents are configured at the App level through Intelligence settings, not centrally. This approach ensures:- App-Specific Context: Agents access only the data relevant to their App
- Scoped Permissions: Security controlled through AI Provider credentials
- Independent Configuration: Each App can configure agents according to its needs
- Flexible Deployment: Different Apps can select different providers and agents
- Native Agents: Built and hosted in Elementum
- Managed Agents: External agents (like Cortex or Bedrock) integrated through App Intelligence
- App Intelligence: Configuration area where external agents are discovered and connected
- AI Provider: Provider configured with appropriate credentials for agent discovery and invocation
4.2 Snowflake Cortex Agents Integration
One of the primary use cases for external agents is integrating Snowflake Cortex Agents into your Apps. Cortex Agents run directly on your Snowflake data warehouse, providing AI-powered automation without moving data outside your secure environment. Configuration Steps:-
Navigate to App Intelligence:
- Go to the App where you want to use Cortex Agents
- Under App Admin, select Intelligence
-
Add External Agent:
- Click “Add Agent” button
- Select “External” as the agent type
- Choose a Snowflake AI Provider from the dropdown
-
Discover and Select:
- Elementum queries Snowflake Cortex REST API through the provider
- Available Cortex Agents are displayed
- Select the agent you want to use
- Configure agent settings and save
-
Use in Automations:
- When configuring automation actions
- Select the external agent from available agents
- Configure input parameters and output handling
- Set timeout and error handling options
- Data Security: AI runs on your data warehouse—data never leaves your environment
- Performance: Direct access to data eliminates transfer latency
- Compliance: Maintains data governance and regulatory requirements
- Scalability: Leverages Snowflake’s compute infrastructure
- Automated Data Analysis: When a monthly report is requested, an automation invokes a Cortex Agent to analyze sales trends, generate insights in natural language, and populate the report automatically—all while the data remains secure in Snowflake.
4.3 AWS Bedrock Agents Integration
Another key integration is with AWS Bedrock Agents. Bedrock Agents leverage Amazon’s foundation models and can be enhanced with action groups, knowledge bases, and guardrails to create sophisticated AI assistants that integrate with your AWS infrastructure. Configuration Steps:-
Navigate to App Intelligence:
- Go to the App where you want to use Bedrock Agents
- Under App Admin, select Intelligence
-
Add External Agent:
- Click “Add Agent” button
- Select “External” as the agent type
- Choose a Bedrock AI Provider from the dropdown
-
Connect Agent:
- Enter the Agent Alias ARN from your AWS Bedrock configuration
- Elementum validates the connection through the provider
- Configure agent settings and save
-
Use in Automations:
- When configuring automation actions
- Select the external Bedrock agent from available agents
- Configure input parameters and output handling
- Set timeout and error handling options
- AWS Ecosystem Integration: Native integration with AWS services, Lambda functions, and S3
- Knowledge Bases: Connect agents to enterprise knowledge stored in S3 or other AWS data sources
- Action Groups: Define custom actions using Lambda functions for complex business logic
- Customer Service Automation: When a support request is created, an automation invokes a Bedrock Agent that accesses knowledge bases, retrieves customer history, and provides contextual responses—all within your AWS environment.
4.4 Agent Discovery and Management
External agents are discovered through their respective AI Providers: Snowflake Cortex Agents:- App Intelligence prompts for Snowflake AI Provider selection
- Selected provider’s CloudLink authenticates with Snowflake
- Queries Snowflake Cortex REST API for available agents
- Retrieves agent metadata (capabilities, schemas, permissions)
- Displays available agents for selection
- Registers selected agents for use in App automations
- App Intelligence prompts for Bedrock AI Provider selection
- Selected provider authenticates with AWS using configured credentials
- User provides the Agent Alias ARN for the target agent
- Elementum validates connectivity via the InvokeAgent API
- Agent is registered for use in App automations
- Per-App Configuration: Each App configures its own external agents
- Provider-Based Access: Apps select from configured AI Providers
- Intelligence Dashboard: View configured external agents in App Intelligence
- Provider Dependency: Agent availability depends on provider health
- Centralized Visibility: View all agents across Apps in Agent Orchestration Center
4.5 Technical Integration
External agents integrate with Elementum automations through App Intelligence. The flow varies slightly by provider type: Snowflake Cortex Integration: AWS Bedrock Integration: Security Model:- Snowflake: Authentication via CloudLink credentials, permissions enforced at Snowflake level, data governed by Snowflake RBAC
- AWS Bedrock: Authentication via IAM credentials (Access Key/Secret Key), permissions enforced by IAM policies, data governed by AWS IAM
- Both: All interactions audited, app-level isolation with provider-based access controls
- Agent Orchestration Center - View and manage all agents across organization
- Snowflake Cortex Agents Setup Guide - Step-by-step Snowflake configuration
- AWS Bedrock Agents Setup Guide - Step-by-step AWS Bedrock configuration
Conclusion
This guide has provided a comprehensive overview of how to create, configure, and deploy AI Agents in your platform. By following these instructions, you can leverage both internal Elementum agents and external agents from providers like Snowflake Cortex and AWS Bedrock to automate tasks, assist users, and streamline workflows. The combination of internal and external agents through the Agent Orchestration Center enables you to build sophisticated automation ecosystems that respect data boundaries while maximizing AI capabilities. Always test your Agents thoroughly to ensure they meet your specific use cases, whether for L1 support or other scenarios like HR onboarding, sales assistance, or automated data analysis. For further assistance, refer to the knowledge base or contact support.Note: This guide is based on the current feature set as of June 13, 2025. Features not mentioned are not supported at this time.