Databox
Connect your data from any tool and track it from any device. Build and share reports, monitor trends, and discover insights.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Databox authenticates with an API key. Generate the credential in your Databox account, then paste it into FlyMyAI the first time an agent uses a Databox action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
API Key | Your Databox v1 REST API key. Create an API key in your Databox account settings for managing accounts, data sources, and datasets. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
DATABOX_CREATE_DATASET | Tool to create a new dataset in Databox data source. Use when you need to initialize a dataset with a title, data source ID, and primary keys for unique record identification. | title, dataSourceId, primaryKeys |
DATABOX_CREATE_DATA_SOURCE | Tool to create a new data source in Databox. Use when you need to create a logical container for datasets within a Databox account. Requires accountId, title, and timezone parameters. | accountId, title, timezone |
DATABOX_DELETE_DATASET | Tool to delete a dataset by ID in Databox. Use when you need to permanently remove a dataset. This operation is irreversible. | datasetId |
DATABOX_DELETE_DATA_SOURCE | Tool to delete a data source by ID in Databox. Use when you need to permanently remove a data source. This operation is irreversible and will delete all associated datasets. | dataSourceId |
DATABOX_GET_DATASET_INGESTION_STATUS | Tool to check the status of a specific data ingestion for a dataset. Use when you need to verify whether a data ingestion was successful by providing the dataset ID and ingestion ID returned from the initial POST request. | datasetId, ingestionId |
DATABOX_LIST_ACCOUNTS | Tool to retrieve all Databox accounts accessible to the authenticated user. Use to identify account IDs required for subsequent API operations like data source creation. | - |
DATABOX_PUSH_DATA_V1 | Tool to push data points to a Databox dataset using the v1 API. Use when you need to ingest data records into a specific dataset by providing the dataset ID and an array of records matching the dataset schema. | datasetId, records |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Databox!