Getting Started

What is Antly

Understand Antly as a configurable ERP workspace for data, work, pages, portals, modules, and AI.

Antly is a Work Operating System and ERP. Every tenant gets a Base workspace you configure (objects, work, automation, pages, Iris, admin), optional Launchpad modules (HCM, Finance, Inventory, …), and public/customer-facing surfaces (portal, forms, pay links, careers, shop).

This support site is organised the same way:

AreaForStart here
GuidesConfiguratorsPlatform core
ModulesConfiguratorsERP apps
DeveloperDevelopersScripts, runtime, webhooks
API ReferenceDevelopersJQL contract

Platform map

LayerWhat it is
Tenant / workspaceIsolated organisation with users, roles, domains, branding, enabled apps
BaseObjects & records, tasks & tickets, Workflow Studio, Sites/pages, reports, channels, Iris, global settings
ModulesLaunchpad apps (HCM, ATS, Attendance, Payroll, Finance, Billing, Sales, Procurement, Inventory, Assets, Shop, Documents, Bookings, Projects, Learning, KB, Forum, Omnichannel, …)
Customer portalSigned-in external users: tickets, billing, forum, object views, custom pages
Public surfacesAnonymous forms (/form/<code>), careers, storefront, payment links, webchat
IrisAI across chat, Page Builder, table filter, record agent, KB, workflow agent nodes, script helper

Core ideas

  1. Objects are your tenant-defined data models. Records are instances. Pipelines, quick actions, scripts, workflows, and reports hang off objects.
  2. Work is first-class: tasks, approvals, schedules, tickets, and projects — not bolted-on afterthoughts.
  3. Automation is visual (Workflow Studio) plus an event/job engine for ops visibility.
  4. Pages present experiences to staff, portal users, or the public (Page Builder V3 visual or V4 AI+code).
  5. One APIJQL — for integrations, scripts, and page runtime data.

First path for configurators

  1. Navigate the product (launchpad, menus, global settings).
  2. Build your first object (schema → record → quick action → page).
  3. Add a workflow when the process repeats.
  4. Enable the modules your organisation actually uses.
  5. Expose the right pieces via portal or public forms.

First path for developers

  1. Developer overview — API, scripts, or page code.
  2. Quickstart: first API call.
  3. Learn authentication and API keys.
  4. Use runtime when building Page Builder code.