Commander

Workspace Links

Learn about Workspace Links in WaymakerOS.

Workspace LinksExternal Apps

Add bookmarks to the third-party tools your team uses every day. Workspace links appear alongside Host apps in your My Apps section, giving your team a single place to find everything they need.

Most teams use a mix of internal apps and external services. A sales team might use a custom CRM built in Host alongside Canva for presentations and HubSpot for lead management. Workspace links bring these together in one curated launcher.

  1. Open Tools > Apps from the sidebar
  2. Click Add Link in the top right
  3. Fill in the details:
FieldRequiredDescription
App nameYesDisplay name (e.g. "Canva", "HubSpot")
URLYesThe web address to open (e.g. canva.com)
Icon URLNoURL to an icon image for the card
DescriptionNoShort description of what the tool is for
  1. Click Add

The link appears in your My Apps section with a globe icon. External links are distinct from Host apps — they show a blue globe icon instead of the gold app icon.

Click Open on any workspace link. It opens the URL in a new browser tab. Unlike Host apps, external links do not load inside Commander — most third-party services require their own browser tab.

  1. Find the link in My Apps
  2. Click the trash icon

The link is removed from your workspace only.

Any workspace member can add and remove links. Links are workspace-specific — each workspace can have its own set of bookmarks tailored to that team's tools.

Examples

TeamLinks They Might Add
SalesHubSpot, LinkedIn Sales Navigator, Canva
EngineeringGitHub, Jira, Figma
MarketingMailchimp, Google Analytics, Canva
FinanceXero, Stripe Dashboard, Google Sheets
OperationsMonday.com, Notion, Slack

CLI

# Add a link
waymaker apps add-link "Canva" "https://canva.com" --description "Design tool"

# List all apps and links in your workspace
waymaker apps mine

# Remove a link
waymaker apps remove-link <link-id>

Next Steps