Connect everything.
Break nothing.
Connect external agents and applications through remote MCP, portal-scoped REST, and signed webhooks.
Official integration targets
Only supported targets and live channels are shown here.
Official paths by target
Claude/ChatGPT uses the public MCP surface. n8n and ERP integrations use the filtered OpenAPI contract plus signed webhooks. WordPress/WooCommerce stays preview as a reference architecture.
Claude / ChatGPT
Official OAuth/DCR remote MCP path for Claude, ChatGPT, and Cowork.
n8n
Automation path using REST plus signed webhooks.
Custom ERP
ERP integration path via portal-scoped REST endpoints and webhook sync.
WordPress / WooCommerce
Reference architecture for CMS or commerce embedding, without first-party plugin support.
An API built for developers
Portal-scoped REST, signed webhooks, and remote MCP all point to the same governed platform surface.
1# Service-account authenticated REST call2# Host: your API deployment34curl -X GET https://your-api-host.example.com/c/companies/<companyId>/sales/invoices \5 -H "Authorization: Bearer <nzsa_live_service_account_key>" \6 -H "X-Portal: company" \7 -H "Accept: application/json"89# Official external spec10GET /api/platform/openapi/external.jsonReal workflows, not demos
Inspect accounting, sales, and HR workflows through one governed MCP surface.
How it works
Three official paths, one governed platform contract.
Create a service account
Provision a tenant- or company-scoped machine principal with explicit permissions and modules.
Integrate through the real contract
Use remote MCP for agents, or portal-scoped REST plus signed webhooks for application sync.
Operate with governed flows
Approvals, audit metadata, and catalog-driven surfaces stay aligned with the runtime.
One governed platform contract.
Service accounts for machines, user sessions for admin setup, and signed webhooks for sync.