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

Labels

Tenant-wide tag system shared across tasks, projects, webhooks, and more.

Open module/settings/labels
admingtd

Overview

Labels are first-class entities, not just strings. Each label has a module scope (TASK, PROJECT, WEBHOOK, and so on) and a color. Labels drive filters, automations (apply_label), and reporting cuts.


Highlights

The capabilities worth knowing before you dive in.

  • Module-scoped uniqueness: the same name can exist on TASK and PROJECT
  • Bulk-apply via the multi-select toolbar
  • Color picker with a curated palette for accessibility

Important to know

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

  • Deleting a label detaches it from every entity; the history in the audit log still references the label id.
  • Automation actions (apply_label) validate that the label exists at run time.

How to use it

The primary workflow, start to finish.

  1. 1Go to Settings > Labels > New label.
  2. 2Pick a module scope and color.
  3. 3Apply the label via the task toolbar or the automation builder.

FAQ

What does deleting a label affect?
Deleting detaches the label from every entity that carried it. The audit history still references the label by its identifier, so the record of what happened is intact, but the attachments are gone and recreating a label with the same name does not restore them.
Can the same label name exist twice?
Yes, once per module scope. A label named Urgent on tasks and a label named Urgent on projects are two different labels, because the uniqueness rule is per scope rather than global.
What happens to an automation that applies a label I have deleted?
The action validates that the label exists when it runs, so it fails cleanly rather than attaching something that is no longer there. Point the automation at a label that exists.

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