Prerequisites
Before you begin, ensure you have:- An Agent Platform account
- An AI model with tool-calling capabilities configured (OpenAI, Anthropic, Google, or Azure)
Create an Agentic App
An agentic app is the container for your agents, tools, and orchestration logic.Step 1: Create the App
- Navigate to Autonomous Agents in the sidebar
- Click + New App
- Configure your app:
- Click Create App
Add an Agent
Agents are specialized workers that handle specific types of tasks.Step 2: Create Your First Agent
- From your app’s overview, click + New Agent
- Configure the agent profile:
- Define the agent’s scope and instructions:
- Click Save.
Add a Tool
Tools enable agents to take actions and retrieve data.Step 3: Create a Workflow Tool
- From your agent’s page, click + Add Tool
- Select New Workflow Tool
- Configure the tool:
-
Build the workflow:
- Add a Start node
- Add an API Call node to fetch order data
- Add an End node to return the response
- Define the input parameters:
- Click Deploy.
Test Your Agent
Step 4: Run a Test Conversation
- Click the Test button in the top right
- Start a conversation:
Deploy
Step 5: Publish Your App
- Click Publish in the app settings
- Select your deployment channels:
- Web Widget
- API Endpoint
- Slack
- Microsoft Teams
- Configure channel-specific settings
- Click Deploy
Next Steps
| Goal | Resources |
|---|---|
| Create specialized agents for different tasks. | Add More Agents |
| Set up multi-agent coordination patterns. | Configure Orchestration |
| Connect your knowledge bases for RAG. | Add Knowledge |
| Create workflow, code, or MCP tools. | Build Custom Tools |