VRPlatformVRPlatform
Getting Started

Base URLs

Use the public endpoints for API, docs, and MCP access

VRPlatform's public product surfaces use these endpoints:

SurfaceURL
Public product APIhttps://api.vrplatform.app
Hostaway APIhttps://hostaway.api.vrplatform.app
Documentationhttps://docs.vrplatform.app
Hostaway documentationhttps://hostaway.docs.vrplatform.app
MCPhttps://mcp.vrplatform.app

API errors that contain documentation or schema links point to the public API reference and OpenAPI document.

Hostaway partner requests use the dedicated Hostaway API origin. Other clients use the public product API origin. The platform routes each request to the correct team region behind the selected origin.

The public OpenAPI document is served at https://api.vrplatform.app/openapi.json, with a browsable reference at https://api.vrplatform.app/spec. TypeScript backends can use the official generated client, published on npm as @vrplatform/api; other stacks generate a client from the OpenAPI document.

Rate Limits

Webhook administration enforces the quotas documented in Webhooks and can return 429 with Retry-After. Other API surfaces do not currently enforce application-level quotas. Use reasonable client-side backoff for infrastructure responses.

On this page