Available now

11 things your agent can do in Dropbox

Dropbox is a cloud storage service offering file syncing, sharing, and collaboration across devices with version control and robust integrations

Docs, Files & NotesSign in with your account (OAuth)

Every action, grouped by what it does

You do not pick these by hand. Describe what the agent should do and Squidgy grants the matching ones — an agent told to draft replies gets the drafting action and not the sending one.

Read

5
  • Get about me

    Tool to get information about the current user's dropbox account. use when you need to retrieve account details like email, name, or account type.

    DROPBOX_GET_ABOUT_ME
  • List files in folder

    Tool to list files and folders in a specified dropbox directory. use when you need to see the contents of a folder, including subfolders if recursive is true.

    DROPBOX_LIST_FILES_IN_FOLDER
  • List folder contents

    Retrieves a list of folders, files, and deleted entries from a specified dropbox path.

    DROPBOX_LIST_FOLDERS
  • Read a file

    Downloads a file from the specified dropbox path, requiring `files.content.read` scope.

    DROPBOX_READ_FILE
  • Search File or Folder

    Tool to search for files and folders in dropbox. use when you need to find an item by name or content, optionally within a specific path or with other filters, and paginate through results. example:…

    DROPBOX_SEARCH_FILE_OR_FOLDER

Create & update

6
  • Create file request

    Tool to create a new file request in dropbox. use when you need to request files from others by generating a unique link for uploads to a specified dropbox folder, optionally with a deadline.

    DROPBOX_CREATE_FILE_REQUEST
  • Create folder

    Tool to create a new folder at a specified path in dropbox. use when you need to organize files by creating a new directory. requires the 'files.content.write' scope.

    DROPBOX_CREATE_FOLDER
  • Create paper document

    Creates a new dropbox paper document at the specified path using html or markdown content.

    DROPBOX_CREATE_PAPER
  • Delete file or folder

    Permanently deletes the file or folder at the specified path in dropbox. use when you need to remove a specific file or folder. requires the `files.content.write` scope.

    DROPBOX_DELETE_FILE_OR_FOLDER
  • Move file or folder

    Move file or folder

    DROPBOX_MOVE_FILE_OR_FOLDER
  • Upload File

    Uploads a file to a specified path in the user's dropbox, with options for handling existing files.

    DROPBOX_UPLOAD_FILE

About connecting Dropbox

What can an AI agent do in Dropbox?

11 distinct actions, listed in full on this page — 5 to read, 6 to create & update. An agent gets the ones that match what you described it doing, not all of them at once.

How do I connect Dropbox?

Once, in Settings → Integrations. Sign in with your account (OAuth). The connection is yours, shared by every agent you build — you are not re-authorising per agent, and the agent never sees your credentials.

Others in Docs, Files & Notes

The Dropbox integration guide · All 58 connectable apps · The agent builder

Chat with Squidgy