Versioning policy
FaceSign follows a non-breaking-by-default versioning policy for the REST API:- Additive changes (new endpoints, new fields on responses, new optional fields on requests) ship without a version bump. Your integration should ignore unknown fields.
- Breaking changes (field removals, type changes, required-field additions) are rare. When they happen, we:
- Publish a deprecation notice in this changelog at least 90 days in advance
- Email the integration contact on your account
- Maintain the deprecated behavior behind a dated version header for 6 months after the notice
2026-04-16 · Docs restructure
Documentation- Restructured
/docsaround MCP-first hello-world flow./docsnow redirects to/docs/mcp(Build with AI). - Consolidated the full MCP integration guide into a single
/docs/mcppage with anchor sections (Quickstart, Supported Clients, Tool Catalog, Recipes, Troubleshooting). - Introduced a dedicated Use Cases section (wire transfer, account recovery, anomaly step-up, payment authentication).
- Moved Concepts (sessions, flows, nodes, reports) under Reference as a single consolidated page.
- Added
/docs/reference/authenticationfor API-key mechanics and retry guidance. Operational prerequisites live inline on the MCP page. - Added
/docs/security/audit-evidencecovering what’s retained, how to retrieve it, and known gaps.