Documentation Index
Fetch the complete documentation index at: https://onecli.sh/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
OneCLI connects AI agents to Dropbox through OAuth. Agents can browse files and folders, download and upload content, and manage sharing. The gateway injects OAuth credentials into requests to the Dropbox API automatically.Setup
Authorize
Click Connect Dropbox. You’ll be redirected to Dropbox to authorize OneCLI. Review the requested permissions and click Allow.OneCLI requests read access to account info, file metadata, and file content by default. Write access for uploading, organizing, and sharing is optional.
What agents can do
File metadata (read) — List files and folders, view names, sizes, and modification dates File content (read) — Download and read file content File content (write) — Upload new files and update existing content Organize files (write) — Move, rename, and delete files and folders Sharing (read) — View shared folders and links Sharing (write) — Create shared links and share folders with othersUse cases
- Document processing agents that read files from Dropbox and extract information
- Backup agents that upload generated reports or exports
- File organization agents that sort and rename files based on content
- Collaboration agents that share files and manage folder permissions
Self-hosted setup
For self-hosted deployments, configure your own Dropbox OAuth app:- Create an app in the Dropbox App Console
- Set the environment variables
DROPBOX_CLIENT_IDandDROPBOX_CLIENT_SECRET