You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2025. It is now read-only.
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4
+
5
+
## Documentation Project
6
+
7
+
This is the documentation site for RivetKit built with Mintlify. The documentation covers RivetKit's actor-based stateful serverless framework and related integrations.
8
+
9
+
## Documentation Structure
10
+
11
+
-**actors/**: Core actor system documentation (state, actions, events, scheduling)
12
+
-**clients/**: Client libraries for JavaScript/TypeScript, React, Rust
By default, clients can call all actions on a actor without restriction. Make sure to implement authentication if needed. Documentation on authentication is available [here](/concepts/authentication).
225
+
By default, clients can call all actions on a actor without restriction. Make sure to implement authentication if needed. Documentation on authentication is available [here](/general/authentication).
226
226
227
227
## Using `ActionContext` Type Externally
228
228
@@ -231,7 +231,7 @@ When writing complex logic for actions, you may want to extract parts of your im
231
231
RivetKit provides the `ActionContextOf` utility type for exactly this purpose:
0 commit comments