Sign in to the Clawdi dashboard. Create a Custom
Project for work you plan to share; Global and Agent Projects are personal
working spaces with different sharing rules.
Viewers can read Skills and key names and can retrieve the values of attached
Vaults through runtime tools. Review Vault access before inviting someone.
Open the linked Project to review the resources it makes available.
Open a linked Project to review its resources and the Agents that use it.View full-size imageChoose Unlink when that Agent should stop using the Project. The Project
stays in your Library. For Connected Agents, follow the explicit
Skill import steps
to copy Project Skills to that computer.
Open an owned Custom Project, choose Access > Manage sharing, enter the
recipient’s email, and choose Invite.
The recipient signs in and accepts the invitation, then reviews the Project
before linking it to their own Agent. Sharing gives Viewer access; the owner
continues to manage the content.Follow Share a Project for a complete
walkthrough. Review the advanced options below for share links and access removal.
Advanced: Project commands, share links, and access removal
Open the Agent’s Projects section, find the Project in the available
catalog, and choose Link. Linked Projects remain visible in the same
catalog; use Unlink to stop using one. The CLI equivalent is:
clawdi agent projects link <agent-id> --project engineeringclawdi agent projects list <agent-id>
The Agent reads its fixed Agent Project first, followed by linked Projects in
the displayed order. Linking a Project does not transfer ownership and
does not turn it into the Agent’s write target.To stop using it without changing Project membership:
The recipient signs in, opens their inbox, and accepts the invitation:
clawdi inboxclawdi inbox accept <invitation-id># Or decline an invitation you do not want to accept.clawdi inbox decline <invitation-id>clawdi project list --shared-with-me
Accepting grants Viewer membership. The recipient can inspect the Project
before deciding whether to add it to an Agent.
Copy the full URL immediately. Clawdi shows it only once; later listings retain
the label and a recognizable prefix, not the complete token. The recipient can
accept it in the share page or with:
clawdi inbox accept <share-url>
If the CLI reports that a display name is required, set it in your dashboard
profile and retry.
Review the current people, invitations, and links first:
clawdi project members engineeringclawdi project invites engineeringclawdi project share-links engineering
Choose the action that matches the access you need to remove:
# Stop new accepts through one link; existing members keep access.clawdi project share-links engineering --revoke <link-prefix># Remove one accepted Viewer.clawdi project members engineering --remove teammate@example.com# Revoke all links, cancel pending invitations, and remove all Viewers.clawdi project unshare engineering
A Viewer can remove their own membership with:
clawdi project leave @owner-handle/engineering
Removing membership prevents that person’s Agents from using the Project. It
does not delete the owner’s Project content.See Skills for explicit Project Skill imports and Vaults and
secrets for Vault attachment and reference rules.
For current CLI variants, run clawdi project --help, clawdi inbox --help,
and clawdi agent projects --help.