Skip to main content
Box Dev Docs home page
English
Search...
⌘K
Sign up
My Platform apps
My Platform apps
Search...
Navigation
Box SDK
Install Python SDK
Guides
API reference
Quick starts
AI
MCP
SDKs and tools
Changelog
Community
Developer Blog
Box SDKs
Build with Box Platform
Developer Guides Overview
Start Here
Box Archive
Box AI
Box AI Studio
Box MCP Server
Box Doc Gen
Applications
Authentication
Authorization
API Calls
CLI
Embed Box
Tooling
Overview
Postman Collection
Salesforce Developer Toolkit
Box SDK
Box SDKs
Box SDK versioning strategy
Install .NET SDK
Install Java SDK
Install Python SDK
Install Node SDK
Install Salesforce SDK
Deprecated Box Next Gen TypeScript SDK
Deprecated Box Next Gen Python SDK
Deprecated Box Next Gen .NET SDK
Deprecated Box Next Gen Java SDK
Deprecated Box Next Gen Swift SDK
Security
SSO & App users
Collaborations
Collections
Comments
Downloads
Events
Files
File Requests
Folders
Integration Mappings
Legal Holds
Metadata
Mobile
Representations
Retention Policies
Search
Shared Links
Box Relay
Box Sign
Box Skills
Tasks
Trash
Uploads
Users
Webhooks
Web Links
On this page
Installation
JWT application
Box SDK
Install Python SDK
Cursor
Connect to Cursor
Cursor
Connect to Cursor
You can use Box Python SDK to call Box APIs in a Python project.
Learn more about Python SDK on GitHub
Installation
To install the Python SDK run the following command from your terminal window or command prompt using
pip
.
Report incorrect code
Copy
Ask AI
pip
install
boxsdk
JWT application
When working with a Box App that uses server-side
JWT authentication
, install the following additional module:
Report incorrect code
Copy
Ask AI
pip
install
"boxsdk[jwt]"
Was this page helpful?
Yes
No
Install Java SDK
Previous
Install Node SDK
Next
⌘I