Build

Agent Design

Agent design turns a broad automation idea into a managed workflow with clear responsibility, constraints, and review.

Define The Role

Write the agent role in operational language: what it prepares, what sources it may use, which users it serves, and what it should never decide alone.

Set Boundaries

  • Allowed inputs and sources
  • Output format and destination
  • Approval requirements
  • Escalation conditions
  • Business rules and compliance limits

Review States

Draft

The agent prepares work for a human to review before sending or saving.

Recommend

The agent proposes next steps with reasons and source references.

Act With Approval

The agent writes to tools only after a user confirms the action.

Escalate

The agent routes ambiguous or high-risk work to the right owner.