---
title: "Operation support matrix"
description: "Inspect every stable public operation, its schemas, auth, reliability, side effects, and release-candidate support across REST and seven server SDKs."
---

This is the generated support view for every stable public server operation.
The API manifest, exact request/success contracts, rate policies,
browser-manage capability registry, side-effect registry, and release-support
metadata generate every row. A new operation cannot silently appear in the API
without appearing here exactly once.

<Aside type="note" title="Live release evidence">
  `live` means the stable operation exists in source, passed its release-candidate
  gate, and has a verified public package release. The REST lane was checked
  against the deployed production API. `RC` is reserved for a future candidate
  that has not yet completed those public-artifact checks.
</Aside>

Use the [machine-readable JSON](https://docs.seatlayer.io/operation-support-matrix.json) for release
automation. Use [OpenAPI 3.1](https://docs.seatlayer.io/openapi.json) for client generation. Each
operation links to its workflow guide.

## Reading the matrix

- **Stable** means the route is part of the customer-facing REST and server SDK
  contract. The matrix and JSON list only those supported operations; any route
  not shown here is not part of the public server API.
- **Auth** states secret-key access and the exact `mse_` capability alternatives
  for the 26 operations that deliberately accept a browser manage token.
- **Schemas** are named request and primary success schemas. `no body` is an
  explicit contract, not missing documentation.
- **Reliability** distinguishes transient read/header-replay retries from
  single-attempt mutations and shows only the rate budgets runtime enforces.
- **Side effects** name documented webhook events and durable audit surfaces.
  “No public side effect declared” does not exclude metrics, traces, caches, or
  internal diagnostic logging.
- Expand **Error contract** for the exact operation status/code set.

<OperationSupportMatrix />