Skip to content

Agent Builder examples

Copy and adapt these prompts in Agent Builder. Each example assumes you have admin access and existing resources named as shown.

Update the "Website Support" assistant master prompt:
- Answer only from attached knowledge bases and tools
- Always cite document titles
- If the question is about billing, offer to connect with a human
Show me the diff before saving.
Switch "Website Support" to GPT-5.4 mini for lower latency.
Keep all other settings the same.
Attach the "Help Center" knowledge base to the "Website Support" assistant.
Confirm the attachment list when done.
Re-index the "Product Catalog" knowledge base — we uploaded 12 new PDFs today.
Tell me when indexing status is ready.
Create an API tool called get_order_status for "Website Support":
- GET https://api.ourstore.com/orders/{order_id}
- Use the "Production API" credential
- Required param: order_id (string)
- Description: Look up order status for a customer
Show me the tool config before creating.
Attach the "check_inventory" tool to "Sales Assistant".
Test it with SKU "WIDGET-42" and show me the result.
For the "Production Widget" deployment:
- Primary color #F97316
- Greeting: "Welcome! Ask us anything about your order."
- Add suggested question: "Where is my package?"
Preview changes before applying.
Add https://staging.ourstore.com and https://*.ourstore.com to the
Production Widget allowed domains list.
Create a new assistant "Returns Bot":
1. Model GPT-5.4 mini
2. Attach "Returns Policy" knowledge base
3. Master prompt focused on return eligibility and timelines
4. Attach get_order_status tool
Walk me through each step and wait for confirmation.
Review the "Website Support" assistant configuration:
- List attached KBs and tools
- Flag anything missing for a customer support use case
- Do not change anything without asking
TipWhy
Name resources explicitlyAvoids ambiguity across assistants
Ask for diffsReview before confirming writes
One major change per turnEasier to undo if needed
Say “do not save yet”Agent Builder will plan without writing