> ## Documentation Index
> Fetch the complete documentation index at: https://dev.ownright.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Stay up to date with the changes we make to the Lender API

## Changelog

<Update label="2026-03-20" description="v1.0.0 — Initial release">
  The initial release of the Ownright Lender API, including:

  <ul>
    <li>**Engagement management** — Create purchase and refinance engagements via the `engagementCreate` mutation.</li>
    <li>**Engagement queries** — Fetch a single engagement by GID or search/filter/sort across all engagements with the `engagements` query.</li>
    <li>**File uploads** — Upload mortgage documents using the staged file upload flow with `stagedFileUploadCreate`.</li>
    <li>**Lender and team members** — Retrieve your organization details and team member list via the `lender` and `teamMembers` queries.</li>
  </ul>
</Update>
