Skip to content

Commit 1ebc7b7

Browse files
jancurnclaudeTC-MO
authored
docs: Clarify "Actor Standby mode" page title (#2631)
Updated the page title from "Standby mode" to "Actor Standby mode" for better clarity and consistency with documentation naming conventions. - Changed frontmatter title to explicitly reference "Actor Standby mode" instead of the generic "Standby mode" - Improves discoverability and makes the feature's context immediately clear to readers https://claude.ai/code/session_01EGB7ujKoUfWjNwzUN4WTD8 --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
1 parent 75daf59 commit 1ebc7b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sources/platform/actors/running/actor_standby.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Standby mode
2+
title: Actor Standby mode
33
description: Use Actor Standby mode to keep an Actor ready in the background and serve real-time HTTP requests without waiting for a cold start each time.
44
sidebar_position: 7.3
55
slug: /actors/running/standby
@@ -46,7 +46,7 @@ This approach can be useful if you cannot modify the request headers.
4646
https://rag-web-browser.apify.actor/search?query=apify&token=my_apify_token
4747
```
4848

49-
:::tip
49+
:::tip Scoped tokens
5050
You can use [scoped tokens](/platform/integrations/api#limited-permissions) to send standby requests. This is useful for allowing third-party services to interact with your Actor without granting access to your entire account.
5151

5252
However, [restricting what an Actor can access](/platform/integrations/api#restricted-access-restrict-what-actors-can-access-using-the-scope-of-this-actor) using a scoped token is not supported when running in Standby mode.

0 commit comments

Comments
 (0)