Rivet
Rivet is shipping the complete agentic backend stack: actors, durable streams, BYOC, MCP integration, and a V8 app runtime in one month.
◆Recent moves
- 3d ago
Introducing JWT Authentication for Rivet Actors
JWT authentication for Rivet Actors adds short-lived, actor-scoped tokens with direct integrations for Auth0, Clerk, and Better Auth — enabling client-to-actor connections without routing credentials through a server intermediary. This extends the actor model to user-facing scenarios where individual users need isolated, authenticated state.
- 4d ago
Introducing OpenTelemetry for Rivet Actors and Workflows
OpenTelemetry for Rivet Actors and Workflows adds first-class distributed tracing with ray IDs and span links that correlate work across actors with multi-day lifetimes — a meaningful observability addition for production deployments where a single user request might span many long-lived actors.
- 12d ago
Rivet BYOC: run the control plane in your own AWS or GCP VPC
⚡ SPARKBYOC (Bring Your Own Cloud) lets enterprise customers run the Rivet control plane inside their own AWS or Google Cloud VPC, fully managed by Rivet with no inbound access from Rivet Cloud. This removes the data residency barrier for regulated industries and directly unlocks enterprise segments that couldn't use a hosted Rivet.
- 17d ago
Rivet MCP: connect Claude Code, Cursor, and Codex to your Actors
Rivet MCP lets Claude Code, Codex, Cursor, Gemini CLI, and VS Code connect directly to Rivet — listing actors, calling actions, and opening the Actor Inspector without leaving the AI client. Useful developer tooling integration, but primarily serves as distribution: developers using AI coding environments now discover Rivet during agentic coding sessions.
- 24d ago
Durable Streams now supports Rivet Actors
Durable Streams on Rivet Actors brings real-time pub/sub to the same self-hostable, open-source actor infrastructure — combining stateful computation with event streaming under one abstraction rather than requiring a separate message broker.
- 27d ago
Introducing Dynamic Apps: Deploy AI-Generated Apps for Your Users
⚡ SPARKDynamic Apps introduces a V8 isolate runtime for deploying user-generated AI applications inside a developer's backend — scales to zero, no infrastructure management, and designed specifically for the use case where the application itself is generated at runtime by an AI model.