AI makes mistakes! Undisk makes recovery instant: every write is versioned, every file is reversible.
See it heal →

What it does

Cross-workspace file federation: create read-only links to files in other workspaces you own. Read federated files without switching workspaces. Supports up to 50 links per workspace. Links grant read-only access — the target workspace’s file is fetched live on each read.

Parameters

ParameterTypeRequiredDescription
actionstringYesOperation to perform. Values: create_link, list_links, read, delete_link.
link_idstringNoFederation link ID. Required for ‘read’ (by ID) and ‘delete_link’.
target_workspacestringNoTarget workspace ID containing the file. Required for ‘create_link’.
target_pathstringNoFile path in the target workspace. Required for ‘create_link’.
aliasstringNoOptional alias for referencing the linked file (e.g., ‘shared/config.json’). Max 512 characters. Can be used with ‘read’ action instead of link_id.