AIP
Create your first Agent
Configure, save, and debug an Agent without external services.
This example creates a requirements assistant that separates known facts from open questions. Start with text-only conversation before adding business tools.
Before you start
Sign in to AIP and check the Profile in your avatar menu. You need access to the Agent list and the available model catalog.
Create and save
- Open the new Agent page from the list.
- Name it “Requirements assistant” and describe it as “Organize goals, constraints, and open questions.”
- Enter the system prompt below.
- Choose an available model and, when shown, a reasoning effort supported by it.
- Enable invocation. No business tools or secrets are needed for this example.
- Save and confirm that the detail page opens.
Organize the requirements supplied by the user.
Summarize the goal in one paragraph, then list known constraints and open questions.
Preserve the original numbers, dates, and names.
Mark missing information as “To confirm”; do not present assumptions as facts.
Respond in English.Send a test message
Open debugging from the detail page, select the new Agent, create a debug session, and send:
We need an order lookup assistant for a customer. Support staff will enter an order number in chat.
We want the first version this month. It should only query status, not modify orders.
Please organize these requirements.Check that the answer retains “this month” and “only query status,” and identifies missing API details as open questions. Follow up with “Sort the open questions by priority” to check conversation continuity.
Next steps
Add a Skill for a repeatable workflow or a knowledge base for product information. Use the HTTP examples when ready to integrate.