From 056e8d11db30ab7ee30f48ea27b67c653fbb4d6b Mon Sep 17 00:00:00 2001 From: Saurabhkmr98 Date: Tue, 3 Mar 2026 00:58:25 +0530 Subject: [PATCH] fix scopes for agent run --- docs/dev-tools/build-plane-app/oauth-scopes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/dev-tools/build-plane-app/oauth-scopes.md b/docs/dev-tools/build-plane-app/oauth-scopes.md index fd4ec16..b1888a4 100644 --- a/docs/dev-tools/build-plane-app/oauth-scopes.md +++ b/docs/dev-tools/build-plane-app/oauth-scopes.md @@ -135,7 +135,7 @@ This document lists all OAuth scopes available when building a Plane app. Reques | Scope | Description | | ----------------------------- | -------------------------------------- | -| `agent_runs:read` | Read agent runs | -| `agent_runs:write` | Create and update agent runs | -| `agent_runs.activities:read` | Read agent run activities | -| `agent_runs.activities:write` | Create and update agent run activities | +| `agents.runs:read` | Read agent runs | +| `agents.runs:write` | Create and update agent runs | +| `agents.run_activities:read` | Read agent run activities | +| `agents.run_activities:write` | Create and update agent run activities |