🔐 APS OAuth Scope Builder

Build and validate Autodesk Platform Services OAuth scope combinations

💡 RAPS CLI Alternative

Instead of using this web tool, you can use RAPS CLI:

raps auth login --scopes data:read,data:write,viewables:read

raps auth status --scopes - Check current scopes

🔑 Select Authentication Type

Different OAuth flows support different scope combinations

2-Legged OAuth (Server-to-Server)
3-Legged OAuth (User Authorization)

🚀 Quick Start Presets

Common scope combinations for typical use cases

📁 Data Management

data:read
Read files, folders, and projects from Data Management API
data:write
Modify file metadata and properties
data:create
Upload files and create folders

đŸ—„ī¸ Object Storage (OSS)

bucket:read
List and access Object Storage buckets
bucket:create
Create new storage buckets
bucket:delete
Delete storage buckets
âš ī¸ Use with caution

🔄 Model Derivative & Viewer

viewables:read
Access translated models for 3D viewing

🤖 Design Automation

code:all
Full access to Design Automation API (AutoCAD, Revit, etc.)

đŸ‘Ĩ Account Management

account:read
Read BIM 360/ACC account information
3-legged OAuth only
account:write
Modify BIM 360/ACC account settings
3-legged OAuth only, admin privileges required

đŸŽ¯ Generated Scope Configuration

Space-separated scopes:

No scopes selected

RAPS CLI command:

raps auth login

cURL example:

Select scopes to generate command

📊 API Compatibility Matrix

Which APIs you can access with your selected scopes:

API Access Level Required Scopes Notes