NewCopilot agents are now part of Oritek.See what they automate
Resources · Documentation

Documentation

Everything you need to build on and integrate with Oritek — in one place.

Getting started

Set up your workspace, invite your team, and create your first loan program. Most desks are live within days.

  • Create your workspace and brand it
  • Invite teammates and assign roles
  • Build your first program with the form builder

API reference

The REST API lets you create deals, manage lenders, and read status programmatically. Authenticate with a secret key in the Authorization header.

POST /v1/deals
Authorization: Bearer sk_live_...
Content-Type: application/json

{
  "program": "cre_term",
  "borrower": "Northgate Holdings",
  "amount": 2400000
}

A successful call returns the created deal with its id and status.

Embeddable widget

Drop the intake widget onto any site you control. Leads flow straight into Oritek intake, tagged by source.

<script src="https://cdn.oritek.com/widget.js"
  data-key="wk_live_..."></script>

Keys & auth

Issue API and widget keys from settings. Keys are revealed once at creation for security.

  • Rotate keys any time
  • Scope keys per environment
  • Revoke instantly if exposed

Webhooks

Subscribe to deal and status events to keep your systems in sync.

  • deal.created
  • deal.status_changed
  • lender.responded

Field mapping

Map your intake fields to each lender’s required fields, per program. Set it once and every future deal routes automatically.

Need a hand?

Talk to the team.

Can’t find it here? Reach support or book a walkthrough.