Skip to main content
Products -> ERDPricingDocsBlogSign in한국어Start with ERD

Collaboration

Ainecto has two ways to share a diagram and a real-time channel for live updates.


Generate a read-only link that anyone can open without signing in.

How to use:

  1. Open the diagram
  2. Share → Public link
  3. Toggle Public sharing on; copy the link

The link looks like:

https://ainecto.com/s/{shareToken}

Anyone with the token can view the diagram (read-only). Tokens are random and can be regenerated to invalidate the old link. Toggling public share off removes access immediately.

Public links are view-only — viewers cannot edit, leave comments, or see version history.


Individual User Permissions

For team collaboration, share with specific users by email and assign a role:

RoleCan viewCan editCan deleteCan manage shares
OWNER
EDITOR
VIEWER
NONE

How to share:

  1. Open the diagram
  2. Share → Manage access
  3. Add a user by email and pick a role
  4. They'll see the diagram in their Shared with me list

You can change a user's role or remove them at any time. Only the owner can delete the diagram or manage shares.

Team sharing requires a paid plan.


Real-time Updates

When two or more users have the same diagram open, edits propagate live over Server-Sent Events (SSE). You'll see:

  • New tables / columns / refs appearing as they're created
  • Position changes when someone moves a table
  • Renames, color changes, group changes

The model is last-write-wins with version snapshots as a safety net — if you and a teammate touch the same column at the same moment, one write will win, but both versions are preserved in Version History so nothing is permanently lost.

Real-time collaboration requires a paid plan. Free-tier users see updates only on page refresh.


Collaboration with AI tools

Ainecto's collaboration model also extends to AI coding tools via MCP. When Claude Code, Cursor, or another MCP client modifies the schema, the changes:

  • Appear live in the canvas for any teammate watching
  • Create a version snapshot with the description "Updated via MCP"
  • Trigger the same conflict-resolution and audit trail as a human edit

This means a human and an AI can co-design a schema in real time without stepping on each other.