Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions agent/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

All changes go through pull requests. The agent never commits directly to your main branch.

When the agent edits a page on a branch you have open in the [web editor](/editor/collaborate#see-the-agents-edits-in-real-time), its presence and cursor appear live so you can watch changes stream in as they happen.

Check warning on line 21 in agent/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

agent/index.mdx#L21

Use 'Cursor' instead of 'cursor'.

## What you can do with the agent

Use the agent to:
Expand Down
12 changes: 12 additions & 0 deletions editor/collaborate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@

Preview URLs are publicly accessible by default. Enable preview authentication in the [Add-ons](https://dashboard.mintlify.com/products/addons) page of your dashboard to restrict access to authenticated organization members.

## See the agent's edits in real time

When the [agent](/agent) edits a page through the API or MCP, its presence appears in the web editor like any other collaborator. If you have the page open, you see the agent's avatar and name (`Claude`) at the top of the editor and a live cursor at the location of its most recent edit.

Check warning on line 67 in editor/collaborate.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/collaborate.mdx#L67

Use 'Cursor' instead of 'cursor'.

Use this to:

- Watch agent changes stream into the page as they happen.
- Spot which paragraph or block the agent just rewrote without diffing the file.
- Coordinate with teammates and the agent on the same branch without overwriting each other's work.

The agent's cursor is anchored to the end of its most recent edit and clears automatically a short time after the agent finishes. The agent's edits are saved to the branch you opened the editor on, so reload or switch branches to see the published state.

Check warning on line 75 in editor/collaborate.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/collaborate.mdx#L75

Use 'Cursor' instead of 'cursor'.

Check warning on line 75 in editor/collaborate.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/collaborate.mdx#L75

In general, use active voice instead of passive voice ('is anchored').

Check warning on line 75 in editor/collaborate.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/collaborate.mdx#L75

In general, use active voice instead of passive voice ('are saved').

## Share editor links

Share a direct link to a specific page in the editor with your teammates. Use editor links to collaborate on updates and make changes to pages.
Expand Down
Loading