


























@@ -5,7 +5,7 @@ read_when: "You want an agent with its own identity that acts on behalf of human
55status: active
66---
778-Goal: run OpenClaw as a **named delegate** — an agent with its own identity that acts "on behalf of" people in an organization. The agent never impersonates a human. It sends, reads, and schedules under its own account with explicit delegation permissions.
8+Goal: run OpenClaw as a **named delegate** - an agent with its own identity that acts "on behalf of" people in an organization. The agent never impersonates a human. It sends, reads, and schedules under its own account with explicit delegation permissions.
991010This extends [Multi-Agent Routing](/concepts/multi-agent) from personal use into organizational deployments.
1111@@ -14,15 +14,15 @@ This extends [Multi-Agent Routing](/concepts/multi-agent) from personal use into
1414A **delegate** is an OpenClaw agent that:
15151616- Has its **own identity** (email address, display name, calendar).
17-- Acts **on behalf of** one or more humans — never pretends to be them.
17+- Acts **on behalf of** one or more humans - never pretends to be them.
1818- Operates under **explicit permissions** granted by the organization's identity provider.
19-- Follows **[standing orders](/automation/standing-orders)** — rules defined in the agent's `AGENTS.md` that specify what it may do autonomously vs. what requires human approval (see [Cron Jobs](/automation/cron-jobs) for scheduled execution).
19+- Follows **[standing orders](/automation/standing-orders)** - rules defined in the agent's `AGENTS.md` that specify what it may do autonomously vs. what requires human approval (see [Cron Jobs](/automation/cron-jobs) for scheduled execution).
20202121The delegate model maps directly to how executive assistants work: they have their own credentials, send mail "on behalf of" their principal, and follow a defined scope of authority.
22222323## Why delegates?
242425-OpenClaw's default mode is a **personal assistant** — one human, one agent. Delegates extend this to organizations:
25+OpenClaw's default mode is a **personal assistant** - one human, one agent. Delegates extend this to organizations:
26262727| Personal mode | Delegate mode |
2828| --------------------------- | ---------------------------------------------- |
@@ -48,7 +48,7 @@ The delegate can **read** organizational data and **draft** messages for human r
4848- Calendar: read events, surface conflicts, summarize the day.
4949- Files: read shared documents, summarize content.
505051-This tier requires only read permissions from the identity provider. The agent does not write to any mailbox or calendar — drafts and proposals are delivered via chat for the human to act on.
51+This tier requires only read permissions from the identity provider. The agent does not write to any mailbox or calendar - drafts and proposals are delivered via chat for the human to act on.
52525353### Tier 2: Send on Behalf
5454@@ -93,7 +93,7 @@ These rules load every session. They are the last line of defense regardless of
93939494### Tool restrictions
959596-Use per-agent tool policy (v2026.1.6+) to enforce boundaries at the Gateway level. This operates independently of the agent's personality files — even if the agent is instructed to bypass its rules, the Gateway blocks the tool call:
96+Use per-agent tool policy (v2026.1.6+) to enforce boundaries at the Gateway level. This operates independently of the agent's personality files - even if the agent is instructed to bypass its rules, the Gateway blocks the tool call:
97979898```json5
9999{
@@ -159,7 +159,7 @@ Configure the delegate's personality in its workspace files:
159159160160### 2. Configure identity provider delegation
161161162-The delegate needs its own account in your identity provider with explicit delegation permissions. **Apply the principle of least privilege** — start with Tier 1 (read-only) and escalate only when the use case demands it.
162+The delegate needs its own account in your identity provider with explicit delegation permissions. **Apply the principle of least privilege** - start with Tier 1 (read-only) and escalate only when the use case demands it.
163163164164#### Microsoft 365
165165@@ -286,7 +286,7 @@ A complete delegate configuration for an organizational assistant that handles e
286286}
287287```
288288289-The delegate's `AGENTS.md` defines its autonomous authority — what it may do without asking, what requires approval, and what is forbidden. [Cron Jobs](/automation/cron-jobs) drive its daily schedule.
289+The delegate's `AGENTS.md` defines its autonomous authority - what it may do without asking, what requires approval, and what is forbidden. [Cron Jobs](/automation/cron-jobs) drive its daily schedule.
290290291291If you grant `sessions_history`, remember it is a bounded, safety-filtered
292292recall view. OpenClaw redacts credential/token-like text, truncates long
@@ -304,13 +304,13 @@ instead of returning a raw transcript dump.
304304The delegate model works for any small organization:
3053053063061. **Create one delegate agent** per organization.
307-2. **Harden first** — tool restrictions, sandbox, hard blocks, audit trail.
307+2. **Harden first** - tool restrictions, sandbox, hard blocks, audit trail.
3083083. **Grant scoped permissions** via the identity provider (least privilege).
3093094. **Define [standing orders](/automation/standing-orders)** for autonomous operations.
3103105. **Schedule cron jobs** for recurring tasks.
3113116. **Review and adjust** the capability tier as trust builds.
312312313-Multiple organizations can share one Gateway server using multi-agent routing — each org gets its own isolated agent, workspace, and credentials.
313+Multiple organizations can share one Gateway server using multi-agent routing - each org gets its own isolated agent, workspace, and credentials.
314314315315## Related
316316此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。