docs: clarify service keys vs admin tokens for actor management#4422
Open
NathanFlurry wants to merge 1 commit intomainfrom
Open
docs: clarify service keys vs admin tokens for actor management#4422NathanFlurry wants to merge 1 commit intomainfrom
NathanFlurry wants to merge 1 commit intomainfrom
Conversation
Replace confusing 'admin token' and 'Cloud API token' language with accurate guidance: - Rivet Cloud uses service keys (sk_*) from RIVET_ENDPOINT - Self-hosted uses admin tokens - Add GET /actors endpoint example for listing actors before destroying - Remove dead-end notes about unsupported admin tokens
|
🚅 Deployed to the rivet-pr-4422 environment in rivet-frontend
|
|
PR Review - Overall LGTM This is a straightforward documentation fix that corrects inaccurate auth guidance. What is good:
Minor suggestions:
None of these are blockers. The core fix is correct and improves the developer experience. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix incorrect guidance in actor management documentation by clarifying the difference between service keys (for Rivet Cloud) and admin tokens (for self-hosted):
sk_*) fromRIVET_ENDPOINTGET /actorsendpoint example for discovering actor IDs before destroyingType of change
Files changed
website/src/content/docs/actors/debugging.mdx– Runner API auth guidancewebsite/src/content/docs/actors/destroy.mdx– HTTP destroy and listing endpoints