Integrate with Nora
Everything a backend engineer needs to call the Nora /v2 API.
The Integrate track is for partners calling the Nora /v2 REST API
from a server. It assumes you can make HTTP requests with a bearer
header and parse JSON — no SDK required.
Start with:
- Getting Started → Quickstart — first request in under five minutes.
- Core Concepts → Authentication —
how
X-API-Keybinds to org + instance. - Core Concepts → Parties — every intent belongs to a party; this is the first concept to internalize.
- Flows — full integration arcs with curl + sequence diagrams.
- API Reference — hand-written endpoint reference.
Using the Nora dashboard UI alongside your integration? See the Dashboard docs.