This tutorial helps you build a reusable support assistant agent with optional tool connectivity and a clean version baseline.Documentation Index
Fetch the complete documentation index at: https://budecosystem-b7b14df4.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What You’ll Build
- A project-scoped agent with system instructions
- Structured input/output variables
- Optional connector-backed tools
- A saved initial version ready for integration
Prerequisites
- Access to Bud AI Foundry
- Project with permissions to manage agents
- At least one available model/deployment
Step 1: Create the Workflow
- Open the project Agents tab.
- Click + Create New.
- Confirm the workflow starts for the current project.
Step 2: Select Agent Type
- Choose a prompt/agent type that matches your use case.
- Continue to configuration.
Step 3: Configure Prompt
- Select model/deployment target.
- Add a concise system prompt.
- Add role-based messages for expected interaction style.
Step 4: Add Schemas (Recommended)
- Enable structured input.
- Add variables such as:
ticket_id(string)priority(string)
- Enable structured output with fields like:
summary(string)next_actions(array)
Step 5: Connect Tools (Optional)
- Open Tools.
- Search/select connector.
- Complete connector authorization.
- Confirm it appears in connected tools.
Step 6: Run and Validate
- Click Run Agent.
- Provide sample input.
- Verify response shape, clarity, and tool behavior.
Step 7: Save and Publish
- Save the agent.
- Confirm status in project table.
- Open Use this agent and copy integration snippets.
Step 8: Prepare for Iteration
- Open the agent detail page.
- Go to Versions.
- Create a new version for future improvements.
Start with minimal prompt scope, then expand after observing real traffic.