What The Agent Can Author
| Resource | What the agent can do | Where the draft opens |
|---|---|---|
| Data Definition (taxonomy) | Add, edit, rename, move, or delete taxons; set types, validation, semantic rules. | Taxonomy editor |
| Data Form | Create forms; add or configure cards and components; bind to a taxonomy. | Data form editor |
| Activity Plan | Add steps, reorder, set dependencies, configure step kinds, validate the DAG. | Activity plan editor |
| Task Template | Define task shape: fields, status flow, automation, linked form. | Task template editor |
| Service Bridge | Add or edit endpoints, configure auth, cache, scripts, request/response shaping. | Service bridge editor |
The Draft → Review → Save Loop
This is the most important pattern to internalize. A worked example:-
In the project channel, you type:
- The agent finds the Invoice taxonomy, drafts the new taxon, and the taxonomy editor opens with the proposed taxon highlighted. You see exactly what changed.
- You decide the description should mention purchase orders too. You edit the description directly in the editor.
- You click Save. The taxon is now live on the Invoice taxonomy.
This draft-and-save model applies to the five resource types above. Some other operations — like binding a resource to a project — are atomic: the change applies immediately when the agent calls the tool. See Discover And Bind for details.
Worked Examples By Resource Type
Data Definitions (taxonomies)
Data Forms
Activity Plans
Task Templates
Service Bridges
When To Use The Agent Vs The Form UI
The agent is faster when:- The change is described more easily in words than navigated to (e.g., “in the third step’s
onSuccessbranch, set the timeout to 60s”). - You want to make several related changes at once.
- You are exploring — you want the agent to propose a starting shape you will then refine.
- You know exactly which field to change and where it lives.
- You are doing a single, surgical tweak you have done dozens of times before.
- You are diff-reviewing someone else’s change and want to keep your hands on the data.
Reviewing The Diff
When the resource editor opens with an agent draft, the changed parts are highlighted. You are not reviewing an opaque YAML blob — you are reviewing the same editor you would use by hand, with the proposed change applied. If something looks wrong:- Tweak it in place — the draft accepts your edits.
- Ask the agent to revise — “make the description shorter, and remove the required flag”.
- Discard the draft — the resource reverts to its previously saved state.
