Skip to main content

Retrieve the schema

Alignr generates its OpenAPI reference from the running application. The developer reference is authenticated; it is not an anonymous public schema.
The schema includes x-ledgr-permission for route-level permissions and x-ledgr-destructive for operations marked as potentially destructive. A null permission extension does not mean an operation is public: authentication and operation-specific checks still apply.

Inspect authentication and MCP

The MCP reference reports whether the server is enabled and lists tools, arguments and scopes. Use it to confirm the capabilities of the deployment you are connecting to.

API explorer

Open Alignr’s developer page while signed in for the in-product API reference. Never embed a private key in a documentation site to make an authenticated schema publicly fetchable.