May 4th, 2026 Updated A full audit of the public OpenAPI specifications brought Access Manager, Midaz, and CRM in line with the source code currently running in production. This release fills documentation gaps for MFA and Providers, ships several new API reference pages, and bumps versions across the affected modules.Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
What’s new
Access Manager — Identity (plugin-identity 2.4.2)
- 16 new endpoints documented and added to the API reference, covering:
- MFA (6 endpoints) — initiate setup, enable, disable, status, set preferred method, verify passcode.
- Providers (5 endpoints) — list, create, retrieve, update, delete.
- Application–Provider links (5 endpoints) — list, link, set default, update link, unlink.
- 3 new API tags, 12 new schemas, 17 error examples, and the
ProviderIdparameter were added.
- Initiate MFA setup, Enable MFA, Disable MFA, Get MFA status, Initiate MFA challenge, Set preferred MFA method, Verify MFA passcode, Verify MFA login.
- List providers, Create a provider, Retrieve a provider, Update a provider, Delete a provider.
- List application providers, Link provider to application, Set default application provider, Update application provider link, Unlink provider from application.
Access Manager — Auth (plugin-auth 2.6.4)
- 2 new MFA login-flow endpoints added to the spec:
mfa/verifyandmfa/challenge. - 3 new schemas documented:
MFAChallengeResponse,MFAVerifyInput,MFAChallengeInput. - 6 new MFA error examples (AUT-0015 through AUT-0020) added to the error catalog.
- The
access_tokenresponse now documents anMFAChallengeResponsevariant viaoneOf, so SDK and codegen flows reflect the MFA branch correctly. - Tag typo fix:
Authntication→Authentication.
Midaz — Ledger (3.7.0)
The ledger.yaml spec now documents query parameters that already exist in the API but were previously missing from the public reference:
GET /accounts— addedportfolio_id,segment_id,status,type,asset_code,entity_id,blocked,parent_account_id,name, andaliasas filters.GET /organizations— addedstatusandlegal_documentfilters.GET /account-types— addedkey_valuefilter.- Metadata parameter descriptions improved with the dot-notation pattern and examples;
metadata.newFieldrenamed tometadata.keyfor consistency.

