Rivet · Authentication Profile

Rivet Authentication

Authentication

Rivet secures its APIs with bearer and custom-token across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyInfrastructureActorsStateful ComputeAI AgentsReal-TimeServerlessEdgeWebSocketsDurable ExecutionDeveloper Tools
Methods: bearer, custom-token Schemes: 2 OAuth flows: API key in:

Security Schemes

CloudApiToken http
scheme: bearer
authToken apiKey
· in: connection-params ()

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: https://www.rivet.dev/docs/actors/access-control
docs: https://www.rivet.dev/docs/actors/access-control
summary:
  types: [bearer, custom-token]
  notes: >-
    Rivet uses two distinct planes. (1) The Rivet Cloud management/deploy plane
    authenticates with a Cloud API token (prefix `cloud_api_`), passed to the
    CLI via `rivet deploy --token cloud_api_xxxxx` and stored locally for
    subsequent deploys — a bearer-style secret. (2) The RivetKit actor gateway
    is application-authenticated: clients pass an `authToken` (or arbitrary
    params) through connection parameters that your actor validates in the
    `onBeforeConnect` / `createConnState` hooks, and enforces per-action,
    per-queue (`canPublish`) and per-event (`canSubscribe`) with a deny-by-default
    access-control model. The published OpenAPI declares no `securitySchemes`
    (gateway auth is defined by the developer's own hooks), but gateway
    operations return 401 Unauthorized when a request is not authorized.
schemes:
  - name: CloudApiToken
    type: http
    scheme: bearer
    description: >-
      Rivet Cloud API token (prefix cloud_api_) used by the CLI and management
      API to deploy and manage projects.
    plane: cloud-management
    source: https://www.rivet.dev/docs/cli
  - name: ActorConnectionAuth
    type: apiKey
    in: connection-params
    name: authToken
    description: >-
      Application-defined token validated in the actor onBeforeConnect /
      createConnState hooks; authorization enforced by access-control hooks.
    plane: actor-gateway
    source: https://www.rivet.dev/docs/actors/access-control
observed_status_codes:
  - {code: 401, meaning: Unauthorized, operations: 10}

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/rivet-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.