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-docsnpm run openapi:checknpm run mcp:smoke
Changelog conventions
Addedfor new externally consumable surfaces.Changedfor behavior updates on supported/stable surfaces.Deprecatedfor soon-to-be-removed items with migration guidance.Removedfor retired surfaces.
Related docs
docs/public/INTEGRATION_STABILITY_POLICY.mddocs/public/INTEGRATION_COMPATIBILITY_MATRIX.mddocs/public/INTEGRATION_START_HERE.md