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

Forms (intake)

Public forms that mint tasks into a target project.

Open module/settings/spaces
collabadmin

Overview

Tenant-authored intake forms with a public slug. Each submission mints a task in the configured project, using the titleField as the title and the remaining answers as the description.


Highlights

The capabilities worth knowing before you dive in.

  • Public slug with an optional auth gate
  • Built-in HMAC signature verification on submissions
  • Approval state can be wired via the built-in ApprovalState state machine

Important to know

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

  • Toggle "enabled" off to stop accepting submissions. The public URL returns 404 without deleting history.
  • Required fields are enforced before a task is minted; a missing field returns 400.

How to use it

The primary workflow, start to finish.

  1. 1Open a project and choose "Intake form" in settings.
  2. 2Define the fields and pick the titleField.
  3. 3Share the public URL, and every submission becomes a task you can triage.

FAQ

How do I stop a form accepting submissions without losing the responses?
Turn the enabled switch off. The public address then returns 404 while every submission already received stays exactly where it is. Deleting the form is a different action and is not required.
What does a submission actually create?
One task in the project the form is configured for. The field nominated as the title field becomes the task title, and the remaining answers are written into the description.
Why was a form submission rejected with a 400?
A required field was missing. Required fields are enforced before a task is minted, so an incomplete submission is refused rather than creating a task with a gap in it.

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