Live demo mode. AI dispatches return fictional vendor cards. Real transactions launching with first pilot partners. Terms of Service and Privacy Policy in counsel review; drafts available on request via contact.

scope::platform

REST API

An OpenAPI-documented REST surface for matter sync, dispatch, exports, and the carrier feed, with per-tenant rate limiting.

What it does

Beyond the MCP tools, Scope exposes a REST API for systems that integrate directly: matter sync, dispatch creation and award, the audit log, LEDES and audit exports, the carrier feed, and the vendor roster.

The surface is documented as OpenAPI 3.1, browsable at the developer reference. Authentication is by bearer token or session, and every endpoint is rate limited per tenant with the standard rate-limit response headers.

Why it matters

Not every integration goes through an AI client. A firm's existing systems can call the same operations directly, against the same data and the same access controls.

OpenAPI plus rate limiting is what an engineering team checks for before they build on a vendor's API. Both are in place.

How to use it

Browse the OpenAPI reference, authenticate with a bearer token, and call the documented endpoints.

Full reference at /developers/api. Integration architectures at /platform/integrations.