Workflow to Build an AI Agent
Here's a summary of the steps we'll follow to build the AI agent.
| Step | Tasks |
|---|---|
| Complete Prerequisites |
Get connection information for the Large Language Model (LLM) you'll be using. You'll need this information to configure your LLM for your AI agent. Required information:
|
| 1 |
Plan Your AI Agent. Take a few moments to plan your AI agent. This will help you to clearly define the AI agent's purpose and which tools it will need. |
| 2 | You create AI agents inside projects. |
|
3 |
Create integrations optimized for AI agents. In order to use an integration as an agentic AI tool, the integration must have a REST trigger, a POST verb, and JSON input and output.
|
|
4 |
Build the AI agent.
|
| 5 | Run and Test the AI Agent. |
Next step: Plan Your AI Agent.