Skip to content
Docs

Norynta public docs

Norynta Integrator Changelog

Integration-relevant changes for Norynta APIs, SDKs, discovery, MCP, and compatibility behavior.

Integrator Changelog

Purpose

Track externally relevant integration-surface changes for developers, bots, and AI agents.

2026-04-15

Added

  • Canonical onboarding entrypoint: docs/public/INTEGRATION_START_HERE.md
  • One-command integration validator: npm run agent:quickstart
  • MCP operations guide: docs/public/MCP_GUIDE.md
  • Compatibility matrix: docs/public/INTEGRATION_COMPATIBILITY_MATRIX.md
  • Authenticated example flow: examples/agent-authenticated.ts
  • CI quickstart + MCP smoke checks in .github/workflows/ci.yml

Verification

  • npm run check:agent-docs
  • npm run openapi:check
  • npm run mcp:smoke

Changelog conventions

  • Added for new externally consumable surfaces.
  • Changed for behavior updates on supported/stable surfaces.
  • Deprecated for soon-to-be-removed items with migration guidance.
  • Removed for retired surfaces.

Related docs

  • docs/public/INTEGRATION_STABILITY_POLICY.md
  • docs/public/INTEGRATION_COMPATIBILITY_MATRIX.md
  • docs/public/INTEGRATION_START_HERE.md