Skip to main content

Agent wizard

A guided alternative to the Agent Designer. The wizard asks 6 questions and produces a working agent without exposing the full surface area.

URL: /app/agent-wizard.

Steps

1. What's this agent for?

Free-text. The wizard uses the OrgIntel Scout + Prompt Designer system agents to draft a starter system prompt, name and avatar from your description.

2. Who'll use it?

ChoiceEffect
Just meVisibility: private.
My teamVisibility: specific groups (you pick).
Whole orgVisibility: org-wide.
PublicSubmit to marketplace.

3. What should it know?

ChoiceEffect
No special knowledgeNo KB attached.
Pick existing KBMulti-select from your KBs.
Upload a docDrop a PDF / Markdown / URL — wizard creates a new KB and attaches it.

4. What should it be able to do?

A list of high-level capabilities — picking each toggles the relevant tool integrations:

CapabilityTools enabled
Read my emailgmail_* or outlook_*
Manage my calendar*_calendar_*
Search filesnextcloud_files_*, gdrive_*, onedrive_*
Track issuesgithub_*, youtrack_*
Talk to my teamnextcloud_talk_*
Create presentationsgamma_*

The wizard maps these to the actual tool list — you don't need to know tool names.

5. How careful should it be?

ChoiceEffect
StandardPrivacy Shield: standard.
Strict (PII / addresses redacted)Privacy Shield: strict.
Customer-facingStrict + DLP block + Azure Content Safety moderation.
Internal-onlyStandard.

6. Review and publish

The wizard shows the generated agent — name, prompt, KBs, tools, privacy level — and lets you tweak before saving.

Behind the scenes

Each step's output is saved to a draftAgent record. On confirm, that draft is materialised into a regular agent row, with the same shape as the Agent Designer produces. You can edit the result in the Designer afterwards if needed.

When to use which

Use the wizardUse the designer
First-time creatorPower user with specific needs
You want a "good enough" agent fastYou're tuning prompt + tool selection precisely
You don't know which tools to enableYou know exactly which tools to allow/deny
You want a low-friction templateYou want to inspect / override every field