Base URLs
Use the public endpoints for API, docs, and MCP access
VRPlatform's public product surfaces use these endpoints:
| Surface | URL |
|---|---|
| Public product API | https://api.vrplatform.app |
| Hostaway API | https://hostaway.api.vrplatform.app |
| Documentation | https://docs.vrplatform.app |
| Hostaway documentation | https://hostaway.docs.vrplatform.app |
| MCP | https://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.
