fileset-api
Installation
SKILL.md
Domo FileSets — App Framework API
Status: This API is in BETA and subject to change. Build defensively — wrap calls in try/catch and surface meaningful errors to the user.
FileSets are Domo's file storage system. From a custom app you can upload and download files, browse directory trees, search by name, and run AI-powered semantic queries against file content.
Setup — no manifest wiring needed
Unlike datasets, filesets don't need a manifest.json entry. Just define the fileset ID as a constant in your service file:
// src/services/api.js
const FILESET_ID = 'b6ebf7e9-64ae-4e6d-b8ca-b356fe62923f'; // replace with your fileset ID
Get the fileset ID from the Domo UI or via the fileset-cli skill (filesets search --name "...").