Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions guides/ai-agents/autopilot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ Disable both modify capabilities to run Autopilot in read-only mode (flags and i

**Slack updates** *(optional)* — post a summary of each run to a Slack channel. Requires the Slack integration.

<Note>
Autopilot assumes the role of the user who set it up — every action it takes runs with that user's permissions and is attributed to them.
</Note>

## Reviewing activity

The Autopilot activity page shows every action across runs, with a sidebar that surfaces:
Expand All @@ -82,3 +86,7 @@ The Autopilot activity page shows every action across runs, with a sidebar that
- Autopilot's reasoning for the action

Use the activity log to spot-check decisions, restore anything Autopilot got wrong, and accept or dismiss suggestions.

<Note>
Only users with **Developer** or **Admin** project access can view Autopilot's activity log.
</Note>
Loading