Skip to content

Migration from v0

The v1 REST and MCP endpoints are the canonical Rho API surfaces. Use v1 for new integrations and update existing integrations to v1.

v1 is the stable, additive-only contract; v0 is a business-gated early-access lane that may change without notice. See Versioning and compatibility.

Rho API

Use /api/v1 for all API calls:

curl https://rhoapi.rho.co/api/v1/accounts \
  -H "Authorization: Bearer <rho_api_access_token>"

If your integration still calls /api/v0, update the base path to /api/v1.

MCP

Use the v1 MCP endpoint:

/mcp/v1

If your integration still connects to /mcp/v0, update it to /mcp/v1.