VRPlatformVRPlatform
Getting Started

Getting Started

Choose an integration mode and reach a successful request quickly

Decide what you are building before you pick endpoints.

"Partner" is a credential scope: partner credentials define which managed teams you can access, not how you build. A partner can build a custom UI, embed VRPlatform, integrate data, operate webhooks, or combine those modes.

GoalStart hereCredential used by your backend
Build your own product UIBuild a Product UITeam or partner API key
Embed VRPlatform-hosted UIEmbed the Hosted UIPartner API key
Submit or migrate source dataIntegrate & Migrate DataTeam or partner API key
Keep an integration healthyRun in ProductionTeam or partner API key
Call exact operationsAPI ReferenceDepends on operation
Connect an AI assistantMCPOAuth or API key

Every path shares the same foundations:

  1. use the public base URLs;
  2. send the matching credential;
  3. establish team context;
  4. make a first read; and
  5. validate a first mutation before applying it.

The generated API Reference holds the exact request and response schemas; the task guides show how to use them. Before building accounting flows, read Core Concepts to understand the double-entry model, locking, and statements.