API catalog Tenant API surface

From industry to integration in four steps.

EquatorOps serves 11 industries with 8 universal engines and 9 feature domains. This catalog helps you navigate from your target market to the specific APIs you need to build on.

How it works

8 Universal Engines built into platform

Safety · Physical Assets · Quality · Execution · Commercial · Financial · Intelligence

↓ exposed via
Tenant APIs this catalog

34 APIs with workflows, artifacts, and event streams

↓ you build
9 Feature Domains vertical capabilities

Inventory · Quality · Work Orders · Commercial · Documents · Assets · Analytics

↓ to serve
Industry Solutions 11 markets

Manufacturing · Healthcare · Aerospace · Retail · Energy · Logistics · and more

How to evaluate

Step 1

Identify your industries

EquatorOps serves 11 industries. Whether you're building for one or many, start by understanding your target markets.

Browse industry solutions

Step 2

Understand the engine foundation

8 universal engines power all industries: safety, assets, quality, execution, and more. These are the shared infrastructure your features build on.

Explore universal engines

Step 3

Pick feature domains

Features are vertical capabilities (inventory, quality, work orders) composed from universal engines. Choose the domains your use case requires.

View feature catalog

Step 4

Integrate via APIs

Each feature domain exposes tenant APIs with workflows and artifacts. Validate coverage, then request access to start building.

Request API access

Sample payloads

Evaluate common workflows with real-world payloads.

These payloads show how tenant APIs receive and emit operational data across inventory, execution, and integrations.

View integration patterns

Stock receive

{
  "lpnSerial": "LPN-DEN01-0742",
  "skuCode": "WIDGET-A100",
  "quantity": 48,
  "transactionType": "RECEIPT",
  "lotNumber": "LOT-2024-0015",
  "expiryDate": "2025-06-30",
  "stockStatus": "Good",
  "relatedDocumentId": "xK9mP3qR"
}

POST /api/v1/stock/receive

Work order create

{
  "workOrderType": "MFG_WORK_ORDER",
  "targetProductSkuId": "kD8mP2xQ",
  "quantityToProduce": 100,
  "dueDate": "2024-03-15T16:00:00Z",
  "priority": 1,
  "assignedToUserId": 42,
  "notes": "Rush order for Acme Corp",
  "customerOrderReference": "PO-2024-1847",
  "projectId": "nR5tL8wM",
  "autoPlan": true
}

POST /api/v1/work-orders

Event stream

{
  "event_type": "inventory.moved",
  "aggregate_id": "lpn_9021",
  "schema_version": "1.0",
  "timestamp": "2024-01-15T14:32:00Z",
  "source_service": "inventory",
  "dedupe_key": "inv-mv-9021-1705329120",
  "data": { "from": "QA-HOLD", "to": "SHIP" },
  "webhook_targets": ["customer_facing"],
  "tenant_context": { "orgId": "acme" }
}

WS /api/v1/webhooks/stream

Foundational

Platform & Identity

Authentication, user management, roles, and system configuration. These foundational APIs secure the tenant boundary and control access to all feature domains.

View platform overview

Feature domain

Inventory & Traceability

Track every serialized item, container, and stock movement across a 5-level location hierarchy with immutable ledgers and full custody chain.

Explore feature details

Feature domain

Quality & Compliance

Define inspection criteria with tolerances, gate releases on outcomes, and track supplier certifications against regulatory frameworks.

Explore feature details

Feature domain

Procurement & Financial

Run multi-stage procurement pipelines with configurable quality gates and payment milestones tied to outcomes.

Explore feature details

Feature domain

Work Orders & Execution

Orchestrate 25+ specialized execution models with operation dependencies, BOM-driven material planning, and cross-WO relationship tracking.

Explore feature details

Feature domain

Documents & Change Control

Version documents with multi-file revisions, assemble document packages for RFQ and manufacturing, and enforce external acknowledgements on changes.

Explore feature details

Feature domain

Assets & Performance

Track capital assets from design through deprecation with total cost of ownership, utilization metrics, and financial provenance.

Explore feature details

Feature domain

Commercial & CPQ

Quote with rate cards, markup profiles, and BOM-linked pricing, then govern the full contract lifecycle through to provisioning.

Explore feature details

Feature domain

Planning & Policies

Plan demand, explode BOMs into procurement requirements, select suppliers by cost and lead time, and enforce inventory replenishment rules.

Explore feature details

Feature domain

Analytics & Reporting

Query operational performance across 7 report categories and surface change risk with severity scoring, collision detection, and cost estimation.

Explore feature details

Feature domain

Additional APIs

Additional tenant APIs available for specialized workflows.

Explore feature details
Additional APIs

Auth API

Session establishment, token lifecycle, and identity management.

Core resource

User session

Domain

action-safety

Workflow coverage

  • Login

    Validate credentials and issue JWT tokens.

  • Token refresh

    Rotate short-lived tokens without forced logouts.

  • Identity inspection

    Retrieve user profile, permissions, and org context.

See feature deep dives
Additional APIs

Two-Factor Auth API

MFA enrollment, verification, and recovery management.

Core resource

MFA credential

Domain

action-safety

Workflow coverage

  • Enrollment

    Register TOTP apps or backup codes for users.

  • Verification

    Challenge and validate second factors during login.

  • Recovery

    Reset MFA credentials through secure recovery flows.

See feature deep dives
Additional APIs

Work Orders API

Connect maintenance, quality, and field requests to live asset state.

Core resource

Work order ledger

Domain

work-orchestration

Workflow coverage

  • Intake & triage

    Route requests into standardized service queues.

  • Execution

    Coordinate parts, labor, and compliance evidence.

  • Closeout

    Validate completion and reopen when exceptions surface.

See feature deep dives
Additional APIs

Users API

User lifecycle, profile management, and access control.

Core resource

User account

Domain

action-safety

Workflow coverage

  • User management

    Create, update, and deactivate user accounts.

  • Profile updates

    Manage user preferences and contact information.

  • Access assignment

    Bind users to entities and permission sets.

See feature deep dives
Additional APIs

Roles API

Permission sets, RBAC policies, and capability definitions.

Core resource

Role definition

Domain

action-safety

Workflow coverage

  • Role definition

    Create and configure permission bundles.

  • Permission assignment

    Bind capabilities to roles for fine-grained access.

  • Role assignment

    Grant roles to users and service accounts.

See feature deep dives
Additional APIs

Invites API

User onboarding, access provisioning, and bulk enrollment.

Core resource

User invite

Domain

action-safety

Workflow coverage

  • Single invite

    Create tokenized access links with pre-configured roles.

  • Bulk provisioning

    Process CSV uploads to onboard teams in one transaction.

  • Invite lifecycle

    Track pending, accepted, and expired invitations.

See feature deep dives
Additional APIs

Invites Public API

Secure public endpoints for invitation validation and credential setup.

Core resource

Accepted invite

Domain

action-safety

Workflow coverage

  • Token validation

    Verify authenticity and expiration of invite links.

  • Context reveal

    Expose limited metadata to personalize onboarding UI.

  • Credential setup

    Convert pending invite to active user with password or SSO.

See feature deep dives
Additional APIs

Config API

Tenant preferences, feature flags, and behavior controls.

Core resource

Configuration setting

Domain

action-safety

Workflow coverage

  • Settings management

    Read and write tenant-specific configuration values.

  • Feature gating

    Toggle beta features based on subscription tier.

  • Policy injection

    Load complex JSON-based workflow and security rules.

See feature deep dives
Additional APIs

Meta API

System metadata, version info, and platform capabilities.

Core resource

System metadata

Domain

action-safety

Workflow coverage

  • Version discovery

    Retrieve API version and compatibility information.

  • Capability enumeration

    List available features and endpoints for the tenant.

  • Schema inspection

    Access OpenAPI spec and data type definitions.

See feature deep dives
Additional APIs

Health API

System observability, liveness probes, and readiness checks.

Core resource

Health status

Domain

action-safety

Workflow coverage

  • Liveness probe

    Lightweight heartbeat check for container orchestration.

  • Readiness probe

    Deep dependency check for load balancer routing.

  • Environment info

    Expose version, commit SHA, and deployment environment.

See feature deep dives
Additional APIs

Warehouses API

Facility definitions, location hierarchies, and spatial topology.

Core resource

Warehouse record

Domain

operations-ledger

Workflow coverage

  • Facility setup

    Define warehouses, depots, and storage facilities.

  • Location hierarchy

    Configure zones, aisles, racks, and bin structures.

  • Capacity planning

    Track utilization and space allocation across facilities.

See feature deep dives
Additional APIs

Containers API

Packaging definitions, volumetrics, and logistics unit management.

Core resource

Container type

Domain

operations-ledger

Workflow coverage

  • Container registry

    Define approved packaging types and dimensions.

  • Volumetric rules

    Configure dimensions, max weight, and stackability.

  • Nesting logic

    Support hierarchical item-box-pallet relationships.

See feature deep dives
Additional APIs

SKUs API

Product definitions, attributes, and master data management.

Core resource

Product SKU

Domain

operations-ledger

Workflow coverage

  • SKU creation

    Define products with codes, descriptions, and categories.

  • Attribute management

    Attach specifications, dimensions, and custom properties.

  • Variant handling

    Manage size, color, and configuration variants.

See feature deep dives
Additional APIs

Stock API

Stock movements, receipts, adjustments, and transaction ledger.

Core resource

Stock transaction

Domain

operations-ledger

Workflow coverage

  • Receiving

    Record inbound stock with lot and expiry tracking.

  • Movements

    Transfer stock between locations with audit trails.

  • Adjustments

    Cycle counts, write-offs, and quantity corrections.

See feature deep dives
Additional APIs

Inventory API

Real-time visibility, spatial analytics, and dashboard queries.

Core resource

Inventory snapshot

Domain

operations-ledger

Workflow coverage

  • Network overview

    Aggregate metrics across all facilities and locations.

  • Spatial drill-down

    Traverse facility-zone-aisle-bin hierarchy.

  • Activity streams

    Recent transaction history and operational tempo.

See feature deep dives
Additional APIs

LPN API

License plate numbers, container tracking, and nested contents.

Core resource

License plate number

Domain

operations-ledger

Workflow coverage

  • LPN creation

    Generate unique container identifiers with barcodes.

  • Content management

    Track items nested within containers.

  • LPN movements

    Move containers and all nested contents atomically.

See feature deep dives
Additional APIs

GSII API

Serialized asset tracking, unit-level traceability, and lifecycle management.

Core resource

Serialized item instance

Domain

operations-ledger

Workflow coverage

  • Instance creation

    Create unique serial identities distinct from SKU definitions.

  • Granular tracking

    Unit-level moves, consumptions, and adjustments.

  • Lifecycle states

    Manage status transitions from receipt to disposal.

See feature deep dives
Additional APIs

Labels API

Barcode generation, label templates, and industrial printing.

Core resource

Label template

Domain

operations-ledger

Workflow coverage

  • Dynamic rendering

    Generate ZPL, PDF, or PNG output for thermal printers.

  • Template management

    Select and customize label layouts per tenant.

  • Print orchestration

    Route jobs to specific networked printers.

See feature deep dives
Additional APIs

Work Order Integrations API

Bidirectional sync between work orders and external CMMS/EAM systems.

Core resource

Integration mapping

Domain

work-orchestration

Workflow coverage

  • Inbound sync

    Import work orders from external systems with deduplication.

  • Outbound push

    Export status updates and completion data to source systems.

  • Conflict resolution

    Detect and resolve bidirectional edit conflicts.

See feature deep dives
Additional APIs

Service Deliverables API

Track completion milestones, deliverable handoffs, and service acceptance.

Core resource

Deliverable record

Domain

work-orchestration

Workflow coverage

  • Deliverable creation

    Define service outputs with acceptance criteria.

  • Progress tracking

    Update completion percentage and milestone status.

  • Acceptance

    Customer sign-off and formal deliverable acceptance.

See feature deep dives
Additional APIs

Change Control API

Manage engineering changes, revision control, and approval workflows.

Core resource

Change order

Domain

quality-compliance

Workflow coverage

  • Change request

    Initiate engineering or process change with impact assessment.

  • Review & approval

    Route through approval chain with disposition tracking.

  • Implementation

    Track change execution and effectivity dates.

See feature deep dives
Additional APIs

Documents API

File attachments, document versioning, and compliance evidence storage.

Core resource

Document record

Domain

audit-forensics

Workflow coverage

  • Upload & classification

    Attach files with metadata, tags, and retention policies.

  • Versioning

    Track document revisions with full version history.

  • Retrieval

    Secure download with audit logging and access control.

See feature deep dives
Additional APIs

Entities API

Manage business entities, organizational units, and relationship hierarchies.

Core resource

Entity record

Domain

operations-ledger

Workflow coverage

  • Entity registration

    Create business entities with classification and attributes.

  • Hierarchy management

    Define parent-child relationships and organizational structures.

  • Attribute updates

    Maintain entity metadata, contacts, and certifications.

See feature deep dives
Additional APIs

Procurement API

Purchase requisitions, supplier management, and receiving workflows.

Core resource

Purchase order

Domain

work-orchestration

Workflow coverage

  • Requisition

    Create and approve purchase requests with budget validation.

  • Order placement

    Convert requisitions to POs and transmit to suppliers.

  • Goods receipt

    Record deliveries against PO lines with variance handling.

See feature deep dives
Additional APIs

Customers API

Customer master data, contacts, and commercial relationship management.

Core resource

Customer record

Domain

quote-governance

Workflow coverage

  • Customer onboarding

    Create customer profiles with billing and contact details.

  • Contact management

    Manage contacts, roles, and communication preferences.

  • Credit & terms

    Set payment terms, credit limits, and pricing tiers.

See feature deep dives
Additional APIs

Quoting API

Quote creation, pricing calculations, and approval workflows.

Core resource

Quote

Domain

quote-governance

Workflow coverage

  • Quote creation

    Build quotes with line items, pricing, and terms.

  • Pricing & discounts

    Apply pricing rules, discounts, and margin calculations.

  • Approval & acceptance

    Route for internal approval and track customer acceptance.

See feature deep dives
Additional APIs

Quoting Documents API

Quote document generation, templates, and PDF rendering.

Core resource

Quote document

Domain

quote-governance

Workflow coverage

  • Template selection

    Choose and customize document templates per customer or quote type.

  • Document generation

    Render quotes to PDF with branding and terms.

  • Delivery

    Email delivery with tracking and read receipts.

See feature deep dives
Additional APIs

ERP Integration API

Bidirectional sync with enterprise resource planning systems.

Core resource

ERP sync record

Domain

impact-intelligence

Workflow coverage

  • Master data sync

    Synchronize products, customers, and vendors with ERP.

  • Transaction exchange

    Push orders, receipts, and invoices to ERP.

  • Error handling

    Queue failed syncs for retry with detailed error reporting.

See feature deep dives
Additional APIs

External Acknowledgements API

Confirmation receipts and acknowledgement tracking from external systems.

Core resource

Acknowledgement record

Domain

audit-forensics

Workflow coverage

  • Ack registration

    Record external system confirmations with correlation IDs.

  • Timeout monitoring

    Track pending acknowledgements and alert on timeouts.

  • Reconciliation

    Match acknowledgements to outbound transactions.

See feature deep dives
Additional APIs

Portal API

Customer and vendor portal access, self-service, and external user management.

Core resource

Portal user

Domain

audit-forensics

Workflow coverage

  • Portal onboarding

    Invite external users with scoped permissions.

  • Self-service actions

    Enable customers/vendors to view and update their data.

  • Access control

    Manage portal permissions and data visibility rules.

See feature deep dives
Additional APIs

Reports API

Report generation, scheduling, and export across operational domains.

Core resource

Report output

Domain

impact-intelligence

Workflow coverage

  • Report generation

    Execute report queries with parameters and filters.

  • Scheduling

    Configure recurring report execution and delivery.

  • Export & delivery

    Export to Excel, PDF, or CSV with email delivery.

See feature deep dives
Additional APIs

Webhooks API

Event subscriptions, webhook delivery, and retry management.

Core resource

Webhook subscription

Domain

audit-forensics

Workflow coverage

  • Subscription management

    Register webhook endpoints with event filters.

  • Event delivery

    Push events to subscribed endpoints with signing.

  • Retry & monitoring

    Automatic retries with exponential backoff and failure alerts.

See feature deep dives
Additional APIs

Verification Graph API

Dependency graphs, verification chains, and compliance evidence linking.

Core resource

Verification node

Domain

quality-compliance

Workflow coverage

  • Graph construction

    Build verification dependency graphs from operational data.

  • Path analysis

    Trace verification paths and identify gaps.

  • Evidence linking

    Connect documents and records to verification nodes.

See feature deep dives
Additional APIs

CAD API

CAD file management, revision control, and engineering drawing integration.

Core resource

CAD document

Domain

work-orchestration

Workflow coverage

  • File upload

    Import CAD files with format detection and thumbnail generation.

  • Revision control

    Track drawing revisions with approval workflows.

  • BOM extraction

    Parse bill of materials from CAD files for inventory linking.

See feature deep dives

Proof points

Operational outcomes you can measure.

Faster approvals. Fewer surprises. Audit-ready evidence without the scramble.

Faster change approvals

Less rework

Approve changes with change-impact preview + verification before execution.

Audit-ready evidence

Less scramble

Verification packs tie evidence to each change for partners and regulators.

Fewer inventory surprises

Fewer exceptions

One ledger across every site and custody change (serialized + bulk).

Developer CTAs

Build for any industry on a universal foundation.

Whether you serve one market or many, EquatorOps provides the engines and features to build operational software that scales.