AtlasWork, planned itself.

The AI-native, all-in-one work platform. Tasks, projects, CRM, contracts, and analytics in one calm workspace.

All systems operational
  • SOC 2 II
  • ISO 27001
  • HIPAA
  • GDPR

Product

  • Overview
  • PDF tools
  • Diagram tools
  • People & HR
  • Integrations
  • Marketplace
  • Pricing

Resources

  • Guides
  • Glossary
  • Compare
  • Docs
  • API reference
  • Support
  • Changelog
  • Status

Company

  • About
  • Careers
  • Press
  • Contact

Legal & trust

  • Trust center
  • Security
  • Privacy
  • Terms
  • DPA
  • GDPR
  • SLA
  • Refunds
  • Google API data
Atlas, a product by wrxstack.com·© 2026 wrxstack·All rights reserved
PrivacyTermsSecurityStatus
Skip to documentation
Docs
Back to Atlas

Start here

  • Overview

Developer

  • REST API guide
  • Authentication
  • API reference
  • MCP (AI agents)
  • SDKs
  • Quick actions

Webhooks

  • Overview
  • Quickstart
  • Events
  • Payloads and headers
  • Security and signing
  • Delivery and retries
  • Managing via API

Connect

  • Connectors
  • Integrations

Product

  • Collaboration and chat

Reference

  • Glossary
  • Keyboard shortcuts
  • Module reference
Module reference

Module guide

Public share links

Tokenized read-only (or comment-scope) links to tasks, wiki, and views.

Open module/settings
collabadmin

Overview

Generate a unique URL to a task, wiki page, or saved view. You get optional password protection, expiry, access-count tracking, and a granular scope (read vs comment).


Highlights

The capabilities worth knowing before you dive in.

  • SHA-256 token hash stored server-side; the raw token is shown only once, on creation
  • Scrypt password hashing with a per-row salt
  • Revoke or expire anytime; every access bumps the counter

Important to know

Limits, permissions, and sharp edges to keep in mind.

  • Revoked shares return 403, not 404, so receivers know the link was deliberately turned off.
  • Passwords are stored hashed and cannot be recovered. Regenerate a new share if the password is lost.

How to use it

The primary workflow, start to finish.

  1. 1Go to Settings > Public share links > New share.
  2. 2Pick the entity, scope, optional password, and expiry.
  3. 3Copy the URL. It is shown only at creation time.

FAQ

I lost a share link. Can I look it up again?
No. Only a hash of the token is stored, and the raw link is shown once at creation. Create a new share and send that instead. This is what stops a leaked database revealing every live share.
Why does a revoked share link return 403 rather than 404?
No, it is deliberate. A revoked share answers 403 so the recipient learns the link was turned off on purpose rather than mistyped. A 404 would leave them retrying an address that will never work.
How do I recover a share password I have forgotten?
You cannot. Passwords are stored hashed with a per-row salt and cannot be read back. Revoke the share and create a new one with a password you record somewhere safe.

Automate this module

Everything on this screen is scriptable. Drive it from the REST API, or let an AI agent run it through the MCP server.
All modules
Was this page helpful?

On this page

  • Overview
  • Highlights
  • Important to know
  • How to use it
  • FAQ