Axis: Resource APIs

What this is

Axis B in the three-axis API model. Canary's outbound REST surface — the 32-service endpoint catalog that external systems (merchant tools, BI/dashboards, partner platforms, ops engineers) consume. Direct analogue of GK Software's Service API. The partner-facing canonical reference at crb.growdirect.io is curated from this axis.

Purpose

When a third party (merchant IT, BI tool, integration partner) needs to read or mutate Canary state, they hit the Resource API. Tenant-isolated, JWT-gated, REST-only, organized by domain (sales/transactions, detection/cases, master data, operations, intelligence, identity, reports, accountability rails).

Structure

Resource API endpoints organized by domain, each domain spans multiple cadence tiers:

Domain Services
Sales & Transactions tsp, returns, analytics
Detection & Cases alert, fox, chirp
Master Data item, customer, employee, receiving (vendors)
Operations asset, inventory, inventory-as-a-service, receiving, transfer, pricing
Intelligence owl, analytics
Identity & Tenancy identity
Reports report
Accountability Rails ildwac, l402-otb, blockchain-anchor, compliance, device-contracts, store-network-integrity, field-capture, commercial, raas, ecom-channel
Ops & Health ops-dashboard, store-brain

Total: 32 services with ~250 endpoint patterns documented as of 2026-04-30.

Direction

Outbound — Canary serves data to external consumers.

Conventions

Consumers

Sources

Anti-pattern

Don't expose internal-only data on Axis B without explicit CRB curation review. Anything in the library is curation-eligible by default; anything that should NOT be partner-facing requires an explicit crb_visible: false flag.

See also