Connect API
Let customers and partners call your module from outside the browser using Avanora Connect.
Tenants create API keys in /admin/connect/api-keys with scopes that map to module permissions. Keys authenticate requests to /api/v1/* the same way session cookies do, with rate limits and request logging.
Webhooks
Subscribe to platform and module events; deliveries are signed. Rotate secrets from the Connect admin UI and handle retries idempotently on your endpoint.
SDK
Use @avanora/connect-sdk in Node services for signing, pagination helpers, and typed clients where generators exist.