May 15, 2026
Console
Vendors Are Now Third Parties
Vendor is now Third Party across the API, CLI, webhooks, and console — a breaking rename that better matches compliance terminology.
Probo has renamed the Vendor concept to Third Party everywhere.
This is a breaking change across the full API surface.
What changed
- GraphQL and MCP: all
vendor*fields and types renamed tothird_party* - Webhook events:
vendor:*events are nowthird_party:* - CLI:
prb vendorcommand group renamed toprb third-party - Console and Trust page URLs updated accordingly
- Database snapshot type:
VENDORS→THIRD_PARTIES
Why it matters
The rename better reflects what the feature tracks: any third-party service your organization uses, not just traditional vendors. It also aligns the product language with GDPR and SOC 2 terminology used by compliance teams.
What you need to do
If you have automations, scripts, or integrations that use the Probo API or CLI:
- Update webhook listeners from
vendor:*tothird_party:* - Update
prb vendorcalls toprb third-party - Update any hardcoded GraphQL queries or MCP tool calls referencing vendor fields
- Update any saved URLs that include
/vendorpaths
Existing data is migrated automatically. No manual data migration needed.