From 569189aa164ecd5659cb2a4cf16ca79e19113cd2 Mon Sep 17 00:00:00 2001 From: Saurabhkmr98 Date: Wed, 25 Feb 2026 14:57:36 +0530 Subject: [PATCH] assets scope definition + update bot token authorize flow --- docs/dev-tools/build-plane-app/choose-token-flow.md | 1 + docs/dev-tools/build-plane-app/oauth-scopes.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/docs/dev-tools/build-plane-app/choose-token-flow.md b/docs/dev-tools/build-plane-app/choose-token-flow.md index 88b8119..ecd5b02 100644 --- a/docs/dev-tools/build-plane-app/choose-token-flow.md +++ b/docs/dev-tools/build-plane-app/choose-token-flow.md @@ -48,6 +48,7 @@ GET https://api.plane.so/auth/o/authorize-app/ ?client_id=YOUR_CLIENT_ID &response_type=code &redirect_uri=https://your-app.com/callback + &scope=scopeA scopeB scopeC ``` ### 2. Handle the callback diff --git a/docs/dev-tools/build-plane-app/oauth-scopes.md b/docs/dev-tools/build-plane-app/oauth-scopes.md index f42ddcd..fd4ec16 100644 --- a/docs/dev-tools/build-plane-app/oauth-scopes.md +++ b/docs/dev-tools/build-plane-app/oauth-scopes.md @@ -124,6 +124,13 @@ This document lists all OAuth scopes available when building a Plane app. Reques | -------------- | ----------------- | | `profile:read` | Read user profile | +## Assets scopes + +| Scope | Description | +| -------------- | ------------------------ | +| `assets:read` | Read assets | +| `assets:write` | Create and update assets | + ## Agent Run scopes | Scope | Description |