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
Documentation

Build on Atlas

Everything you need to automate Atlas, connect your tools, and drive your workspace with code or AI. Start with a token, make your first request, then go deep on the API and every module.

Mint API tokenGet started

Browse the docs

Jump straight to a surface. The API reference is the source of truth for every route.

Guide

REST API guide

Auth, rate limits, idempotency, pagination, and webhooks - end to end.

Guide

Authentication

Personal Access Tokens and OAuth 2.0 - mint, scope, refresh, rotate, and revoke.

Reference

API reference

Every endpoint, parameter, scope, and error, with copyable examples.

MCP for AI agents

Point Claude, Cursor, or Cline at Atlas and drive it in plain language.

SDKs

Official client libraries. Install, authenticate, and call from your language.

Quick actions

UI controls, analytics ids, API routes, and validation for every action.

Webhooks

Real-time event delivery to your endpoints, with signed, replay-safe payloads and automatic retries.

Connectors

Set up Slack, Salesforce, and more with credentials, scopes, and checklists.

Integrations

OAuth scopes, webhook validation, object mapping, and sync behavior.

Guide

Collaboration and chat

Channels, direct messages, threads, and attachments - in real time, next to the work.

Glossary

The vocabulary of Atlas - objects, roles, and concepts defined precisely.

Keyboard shortcuts

Move through Atlas without ever leaving the keyboard.

Module reference

Deep dives for every module Atlas ships, grouped and searchable.

Quickstart

From nothing to your first request

A couple of minutes, three steps. Keep tokens narrow - start read-only and widen only when a call needs it.

  1. 01

    Mint a Personal Access Token

    Create a Personal Access Token in API access with the narrowest scopes you need, such as tasks:read. Tokens look like atlas_pat_... and carry your own permissions.

  2. 02

    Make your first request

    Send the token as a bearer header and read the first 50 tasks in your workspace.

  3. 03

    Go deep on the reference

    Browse every endpoint, parameter, scope, and error - each with request and response examples you can copy.

bash
curl -H "Authorization: Bearer atlas_pat_REPLACE_ME" \
  https://api.example.com/v1/tasks?limit=50

Prefer natural language? Point an AI agent at Atlas with MCP, or wire up another product from Connectors.