The Chili Piper MCP and Edge API keep getting stronger. Here's the latest round of improvements:
  1. Distro Logs
    - the Distro log table is now available via the API. For every record you get the router, the outcome (routed / no-match / error), who it was assigned to, and how they were picked, filterable by status and distribution method.
  2. Per-rep outcome stats in the distribution list
    . The final piece for a full API equivalent of the in-app Distribution table. Each user in a distribution now returns outcome counts, assigned, cancelled, no-show, and reassigned in / out.
  3. See who's calling your API and MCP
    . The Request Logs view (Integrations β†’ API & Credentials β†’ Logs) now includes a Caller column, the user for MCP calls or the token name for Edge API calls, alongside method, path, status, duration, and auth method. A clean audit trail of your own API and MCP usage.
  4. Render and validate forms before submit
    . scheduling-link-init now returns metadata for every guest-form field, its reference, whether it's required / optional / hidden, and its data type. Anything built on the API can render and validate the form up front instead of failing at submit time on a missing field.
  5. MCP OAuth now works with managed gateways
    . OAuth sign-in for our MCP now supports managed MCP gateways (such as Runlayer) that broker sign-in on behalf of an entire company. If you route MCP access through a central gateway, that's now supported.