Skip to main content
Faraday logo

Faraday

Faraday lets you embed AI in workflows throughout your stack-to make your favorite tools perform even better

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

Faraday authenticates with an API key. Generate the credential in your Faraday account, then paste it into FlyMyAI the first time an agent uses a Faraday action.

Get your Faraday credential →

Fields to fill in FlyMyAI

FieldDetails
API KeySign in and copy your API Key from "Settings" > "Account" at https://app.faraday.ai/settings (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
FARADAY_ARCHIVE_COHORTTool to archive a cohort in Faraday. Use when you need to stop updates to a cohort while keeping it visible.cohort_id
FARADAY_ARCHIVE_CONNECTIONTool to archive a connection in Faraday. Use when you need to stop updates to a connection while keeping it visible.connection_id
FARADAY_ARCHIVE_DATASETTool to archive a dataset in Faraday. Use when you need to archive a dataset and optionally its downstream resources. Archiving stops updates to the resource but keeps it visible.dataset_id
FARADAY_ARCHIVE_OUTCOMETool to archive an outcome in Faraday. Use when you need to stop updates to an outcome while keeping it visible.outcome_id
FARADAY_ARCHIVE_PERSONA_SETTool to archive a persona set in Faraday. Use when you need to stop updates to a persona set while keeping it visible.persona_set_id
FARADAY_ARCHIVE_PLACETool to archive a place in Faraday. Use when you need to stop updates to a geospatial area or address set while keeping it visible.place_id
FARADAY_ARCHIVE_SCOPETool to archive a scope in Faraday. Use when you need to stop updates to a scope while keeping it visible.scope_id
FARADAY_ARCHIVE_STREAMTool to archive a stream in Faraday. Use when you need to archive a stream and optionally its downstream resources. Archiving stops updates to the resource but keeps it visible.stream_id_or_name
FARADAY_ARCHIVE_TARGETTool to archive a target in Faraday. Use when you need to archive a target and optionally its downstream resources. Archiving stops updates to the resource but keeps it visible.target_id
FARADAY_ARCHIVE_TRAITTool to archive a trait in Faraday. Use when you need to stop updates to a trait while keeping it visible.trait_id
FARADAY_CREATE_ACCOUNTSTool to create a new Faraday account with specified name and branding. Use when you need to provision a new account in Faraday.name
FARADAY_CREATE_COHORTSTool to create a new cohort in Faraday. Cohorts are groups of people that share certain traits or behaviors. Use when you need to define a new cohort from your datasets or from Faraday's US Consumer Graph. At least one of stream_name, traits, or place_conditi…name
FARADAY_CREATE_DATASETTool to create a new dataset in Faraday. Use when you need to define a new data source for analysis and predictions.name, identity_sets, options
FARADAY_CREATE_OUTCOMETool to create a new outcome. Outcomes are predictions about customer behavior such as likelihood to convert, churn, or purchase specific products. Use when you need to create a new predictive model.attainment_cohort_id, name
FARADAY_CREATE_PERSONA_SETTool to create a new persona set. Persona sets segment cohorts into distinct customer personas based on shared characteristics and behaviors. Use when you need to generate customer personas for a cohort.cohort_id, name
FARADAY_CREATE_PLACETool to create a new place in Faraday. Places are geospatial areas or sets of addresses that can be used as spatial filters when defining other resources. Use when you need to define a new geographic area for analysis or targeting.name
FARADAY_CREATE_SCOPESTool to create a new scope in Faraday. Scopes define the population and payload for predictions, specifying which cohorts to target and what outcomes to include. Use when you need to define output data instructions for a new scope.name, payload, population, preview
FARADAY_CREATE_STREAMSTool to create a new stream or find an existing stream by name. Use when you need to initialize a stream for event data collection.stream_name
FARADAY_CREATE_TARGETSTool to create a target in Faraday. Use when you need to set up a deployment that exports predictions and cohort data to external destinations like CRMs, ad platforms, or data warehouses.name, scope_id, representation, options
FARADAY_CREATE_TARGET_PREVIEWTool to start a preview delivery for a target. Use when you need to initiate a preview of target data before full deployment.target_id
FARADAY_CREATE_TRAITTool to create a new trait in Faraday. Use when you need to define a new fact about a person or geographic entity that can be used in modeling, analysis, and reporting.name
FARADAY_CREATE_WEBHOOK_ENDPOINTSTool to create a new webhook endpoint. Use when you need to register a webhook URL to receive notifications when resources are ready or encounter errors.url, enabled_events
FARADAY_DELETE_ACCOUNTTool to delete an account by its UUID. Use when you need to permanently remove an account from Faraday. The deletion is scheduled asynchronously and returns a 202 status on success.account_id
FARADAY_DELETE_ALL_ORPHANED_TRAITSTool to delete all orphaned traits from Faraday. Use when you need to clean up traits that are not associated with any source dataset.-
FARADAY_DELETE_COHORTTool to permanently delete a cohort from Faraday. Use when you need to remove a cohort that is no longer needed.cohort_id
FARADAY_DELETE_CONNECTIONTool to delete a Faraday connection by its UUID. Use when you need to permanently remove a connection.connection_id
FARADAY_DELETE_DATASETTool to delete a dataset from Faraday. Use when you need to remove a dataset permanently. The operation returns success when the dataset is successfully deleted.dataset_id
FARADAY_DELETE_OUTCOMETool to delete an outcome by its UUID. Use when you need to remove an outcome from Faraday.outcome_id
FARADAY_DELETE_PERSONA_SETTool to delete a persona set. Use when you need to permanently remove a persona set from Faraday. Returns success status and HTTP code 204 on successful deletion.persona_set_id
FARADAY_DELETE_PLACETool to delete a place by its UUID. Use when you need to remove a place from the system.place_id
FARADAY_DELETE_SCOPETool to delete a scope by its UUID. Use when you need to permanently remove a scope from the system. Returns 204 status code on successful deletion.scope_id
FARADAY_DELETE_STREAMTool to delete a stream by its UUID or name. Use when you need to remove a stream that is no longer needed.stream_id_or_name
FARADAY_DELETE_TARGETTool to delete a target by its UUID. Use when you need to remove a target from Faraday.target_id
FARADAY_DELETE_UPLOADPermanently deletes a file from a Faraday dataset directory. Use this when you need to remove an uploaded file from a specific directory. This is a destructive operation that cannot be undone - the file will be permanently removed from the specified directory.directory, filename
FARADAY_DELETE_WEBHOOK_ENDPOINTTool to delete a webhook endpoint by its UUID. Use when you need to remove a webhook endpoint from Faraday. The operation returns 204 No Content on success.webhook_endpoint_id
FARADAY_FORCE_UPDATE_COHORTTool to trigger a rerun for a cohort. Use when you need to force rebuild a cohort's data.cohort_id
FARADAY_FORCE_UPDATE_CONNECTIONTool to trigger a rerun for a Faraday connection. Use when you need to force refresh connection data.connection_id
FARADAY_FORCE_UPDATE_DATASETTool to trigger a rerun for a dataset. Use when you need to force a dataset to update immediately rather than waiting for its normal schedule.dataset_id
FARADAY_FORCE_UPDATE_OUTCOMETool to trigger a rerun for an outcome resource. Use when you need to force rebuild an outcome, causing it to reprocess and update its predictions.outcome_id
FARADAY_FORCE_UPDATE_PERSONA_SETTool to trigger a rerun for a persona set resource. Use when you need to force rebuild a persona set, causing it to reprocess and update its personas.persona_set_id
FARADAY_FORCE_UPDATE_PLACETool to trigger a rerun for a place. Use when you need to force rebuild a place's data.place_id
FARADAY_FORCE_UPDATE_SCOPETool to trigger a rerun for a scope resource. Use when you need to force rebuild a scope, causing it to reprocess and update its data.scope_id
FARADAY_FORCE_UPDATE_STREAMTool to trigger a rerun for a stream. Use when you need to force rebuild a stream's data.stream_id_or_name
FARADAY_FORCE_UPDATE_TARGETTool to trigger a rerun for a target. Use when you need to force rebuild a target's data.target_id
FARADAY_FORCE_UPDATE_TRAITTool to trigger a rerun for a trait. Use when you need to force rebuild a trait's data.trait_id
FARADAY_GET_ACCOUNTTool to retrieve detailed information about a Faraday account by its UUID. Use when you need to fetch account details, status, branding, or billing information.account_id
FARADAY_GET_ACCOUNTSTool to list all Faraday accounts accessible by the current user. Use when you need to retrieve account information, check account status, or get account IDs for other operations.-
FARADAY_GET_ACCOUNTS_BILLINGTool to get billing information about your account. Use when you need to retrieve invoices, payments, or usage information for a specific account.account_id
FARADAY_GET_COHORTTool to retrieve a specific cohort by ID. Use when you need to fetch details about a specific cohort.cohort_id
FARADAY_GET_COHORTSTool to list all cohorts in your Faraday account. Use when you need to retrieve the list of customer groups or segments.-
FARADAY_GET_COHORT_ANALYSIS_MEMBERSHIPTool to get cohort membership counts over time for a specific cohort. Use when you need to analyze how cohort membership has changed over days, weeks, and months.cohort_id
FARADAY_GET_CONNECTIONS_TARGETSTool to retrieve all targets that use a specific connection. Use when you need to get a list of all targets associated with a connection ID.connection_id
FARADAY_GET_CONNECTION_DATASETSTool to retrieve all datasets that use a specific connection. Use when you need to list datasets associated with a connection ID.connection_id
FARADAY_GET_CURRENT_ACCOUNTTool to retrieve the current account information. Use when you need to get details about the authenticated account, including account ID, name, status, and billing information.-
FARADAY_GET_CURRENT_ACCOUNT_BILLINGTool to retrieve billing information about the current account. Use when you need to check invoices, payments, or usage limits for the authenticated Faraday account.-
FARADAY_GET_DATASETTool to retrieve a dataset by its UUID. Use when you need to get details about a specific dataset including its configuration, columns, status, and metadata.dataset_id
FARADAY_GET_DATASETS_LOGS_INGRESSTool to retrieve dataset ingress metrics over time. Use when you need to monitor or analyze data ingestion history, track row counts, or review ingress operation status for a specific dataset.dataset_id
FARADAY_GET_FEATURE_STORESTool to list all feature stores. Use when you need to retrieve feature stores from your Faraday account.-
FARADAY_GET_GRAPHTool to retrieve the complete dependency graph for all resources on an account. Shows relationships between datasets, cohorts, outcomes, targets, connections, and other resources.-
FARADAY_GET_MARKET_OPPORTUNITY_ANALYSESTool to retrieve all market opportunity analyses from Faraday. Use when you need to view penetration and opportunity metrics in your market.-
FARADAY_GET_OUTCOMETool to retrieve an outcome by its ID. Use when you need to get details about a specific outcome including its configuration, cohorts, status, and performance metrics.outcome_id
FARADAY_GET_OUTCOMESTool to list all outcomes for the account. Use when you need to retrieve configured business objectives and their modeling status. Returns complete list without pagination.-
FARADAY_GET_PERSONA_SETTool to retrieve a persona set by its UUID. Use when you need to access details about a specific customer persona set including its status, configuration, and constituent personas.persona_set_id
FARADAY_GET_PERSONA_SETSTool to list all persona sets. Use when you need to retrieve customer persona sets for analysis or selection.-
FARADAY_GET_PERSONA_SETS_ANALYSIS_DIMENSIONSTool to get various trait breakdown information about a persona set. Use when you need to analyze the characteristics and distributions of personas within a set.persona_set_id
FARADAY_GET_PERSONA_SET_ANALYSIS_FLOWTool to retrieve the flow of persona sets over time, showing how individuals move between different personas. Use when you need to analyze trends in persona membership or understand how your audience segments are evolving over time.persona_set_id
FARADAY_GET_PLACETool to retrieve a specific place by its UUID. Use when you need to get details about a geospatial area or address set that can be used as a spatial filter.place_id
FARADAY_GET_PLACESTool to list all places in Faraday. Use when you need to retrieve geospatial areas or address sets that can be used as spatial filters. Returns all place resources with their status and configuration.-
FARADAY_GET_RECOMMENDERSTool to list all recommenders. Use when you need to retrieve recommender resources that predict future associations based on event streams.-
FARADAY_GET_SCOPETool to retrieve detailed information about a Faraday scope by its UUID. Use when you need to fetch scope configuration, population settings, payload details, or status information.scope_id
FARADAY_GET_SCOPES_POPULATION_COHORTSTool to get population cohorts for a specific scope. Use when you need to retrieve the list of cohorts associated with a scope's population.scope_id
FARADAY_GET_SCOPE_ANALYSISTool to get analysis for a scope including outcomes and recommenders with probability distributions. Use when you need to analyze scope performance and understand prediction distributions.scope_id
FARADAY_GET_SCOPE_DATASETSTool to retrieve all datasets associated with a Faraday scope. Use when you need to list or view all datasets that are connected to a specific scope.scope_id
FARADAY_GET_SCOPE_EFFICACYTool to retrieve efficacy metrics for a scope. Returns model performance metrics and accuracy measurements showing how well predictions performed over time.scope_id
FARADAY_GET_SCOPE_PAYLOAD_COHORTSTool to get payload cohorts for a specific scope. Use when you need to retrieve the list of cohorts included in a scope's payload configuration.scope_id
FARADAY_GET_SCOPE_PAYLOAD_OUTCOMESTool to retrieve payload outcomes for a specific scope. Use when you need to fetch the outcome predictions included in a scope's data payload.scope_id
FARADAY_GET_SCOPE_PAYLOAD_PERSONA_SETSTool to get payload persona sets for a specific scope. Use when you need to retrieve the list of persona sets included in a scope's payload configuration.scope_id
FARADAY_GET_SCOPE_PAYLOAD_RECOMMENDERSTool to retrieve payload recommenders for a specific scope. Use when you need to fetch recommender resources associated with a scope's payload configuration.scope_id
FARADAY_GET_SCOPE_POPULATION_EXCLUSION_COHORTSTool to get population exclusion cohorts for a scope. Use when you need to retrieve the cohorts that are excluded from a specific scope's population.scope_id
FARADAY_GET_SCOPE_TARGETSTool to get all targets for a specific scope. Use when you need to retrieve export configurations and target details for a scope.scope_id
FARADAY_GET_STREAMTool to retrieve a stream by its UUID or name. Use when you need to fetch stream details including properties, event counts, and metadata.stream_id_or_name
FARADAY_GET_STREAMSTool to list all streams in your Faraday account. Use when you need to retrieve event streams associated with the account.-
FARADAY_GET_STREAMS_ANALYSISTool to get the count of stream events emitted over a time period. Use when you need to analyze stream activity patterns and event volume trends.stream_id_or_name
FARADAY_GET_TARGETTool to retrieve a specific target by its UUID from Faraday. Use when you need to fetch details about a target including its configuration, status, and export settings.target_id
FARADAY_GET_TARGETS_ANALYSISTool to retrieve a target's analysis including geographic distributions and trait breakdowns. Use when you need to understand the composition and characteristics of individuals within a specific target.target_id
FARADAY_GET_TRAITTool to retrieve a specific trait by ID. Use when you need to get detailed information about a trait including its type, category, statistical properties, and configuration.trait_id
FARADAY_GET_TRAITS_ANALYSIS_DIMENSIONSTool to retrieve the percentage of the US population that falls into each category of a trait. Use when you need to analyze the distribution of a specific trait across the population.trait_id
FARADAY_GET_TRAITS_CSVTool to retrieve all user-defined and Faraday-provided traits in CSV format. Use when you need to export or analyze trait data in a spreadsheet-compatible format.-
FARADAY_GET_UPLOADTool to download a previously uploaded file from a Faraday dataset directory. Use when you need to retrieve the contents of a specific file.directory, filename
FARADAY_GET_UPLOADSTool to retrieve the list of previously uploaded files in Faraday. Use when you need to see uploaded datasets or verify file uploads.-
FARADAY_GET_USAGESTool to retrieve usage statistics for your Faraday account. Use when you need to check current usage and limits for various account features.-
FARADAY_GET_WEBHOOK_ENDPOINTTool to retrieve a webhook endpoint by its UUID. Use when you need to access details about a specific webhook endpoint including its URL, status, enabled events, and signing secret.webhook_endpoint_id
FARADAY_GET_WEBHOOK_ENDPOINTSTool to list all webhook endpoints configured for the account. Use when you need to retrieve webhook endpoint information including URLs, status, and enabled events.-
FARADAY_LIST_ATTRIBUTESTool to list all attributes in the feature store. Use when you need to retrieve the catalog of available attributes for data analysis or feature engineering.-
FARADAY_LIST_CONNECTIONSTool to list all connections configured in Faraday. Use when you need to view available data connections between Faraday and external locations.-
FARADAY_LIST_SCOPESTool to list all scopes. Use when you need to retrieve scope configurations for viewing output data instructions.-
FARADAY_LIST_TARGETSTool to list all targets in your Faraday account. Use when you need to view export configurations for predictions.-
FARADAY_UNARCHIVE_COHORTTool to unarchive a previously archived cohort. Use when you need to restore an archived cohort and optionally its upstream resources.cohort_id
FARADAY_UNARCHIVE_DATASETSTool to unarchive a dataset in Faraday. Use when you need to restore an archived dataset for active use. Optionally cascades to upstream resources.dataset_id
FARADAY_UNARCHIVE_OUTCOMETool to unarchive an outcome in Faraday. Use when you need to restore updates to a previously archived outcome.outcome_id
FARADAY_UNARCHIVE_PERSONA_SETSTool to unarchive a previously archived persona set. Use when you need to restore an archived persona set and optionally its upstream resources.persona_set_id
FARADAY_UNARCHIVE_PLACESTool to unarchive a previously archived place. Use when you need to restore an archived place and optionally its upstream resources.place_id
FARADAY_UNARCHIVE_SCOPETool to unarchive a previously archived scope. Use when you need to restore an archived scope and optionally its upstream resources.scope_id
FARADAY_UNARCHIVE_STREAMTool to unarchive a stream in Faraday. Use when you need to restore an archived stream for active use. Optionally cascades to upstream resources.stream_id_or_name
FARADAY_UNARCHIVE_TRAITTool to unarchive a trait. Use when you need to restore an archived trait and optionally its upstream resources.trait_id
FARADAY_UPDATE_ACCOUNTTool to update an account's name or branding settings. Use when you need to modify account properties using JSON Merge Patch semantics.account_id
FARADAY_UPDATE_COHORTTool to update a cohort's configuration using JSON Merge Patch semantics. Use when you need to modify cohort properties like name, filters, or conditions.cohort_id
FARADAY_UPDATE_CONNECTIONTool to update a Faraday connection's name or options. Use when you need to modify connection properties using JSON Merge Patch semantics.connection_id
FARADAY_UPDATE_DATASETTool to update a dataset configuration using JSON Merge Patch semantics. Use when you need to modify dataset properties like name, identity sets, output configurations, or privacy settings.dataset_id
FARADAY_UPDATE_OUTCOMETool to update an outcome's configuration using JSON Merge Patch semantics. Use when you need to modify outcome properties such as name, cohorts, bias mitigation, feature blocklist, prediction mode, predictors, or preview status.outcome_id
FARADAY_UPDATE_PERSONA_SETTool to edit a persona set's configuration using JSON Merge Patch. Use when you need to update persona set properties like name, explore visibility, number of clusters, or preview mode.persona_set_id
FARADAY_UPDATE_PLACETool to update a place's name, addresses, or geojson geometry. Use when you need to modify place properties using JSON Merge Patch semantics.place_id
FARADAY_UPDATE_SCOPETool to update a Faraday scope's configuration using JSON Merge Patch semantics. Use when you need to modify scope properties such as name, payload settings, population cohorts, or preview status.scope_id
FARADAY_UPDATE_STREAMTool to update a stream's properties using JSON Merge Patch semantics. Use when you need to modify stream metadata like description, category, or deprecation status.stream_id_or_name
FARADAY_UPDATE_TARGETTool to update a target's configuration in Faraday. Use when you need to modify target properties using JSON Merge Patch semantics.target_id
FARADAY_UPDATE_TRAITTool to update a trait's properties using JSON Merge Patch semantics. Use when you need to modify trait metadata like description, literate name, lookup table, statistical type, or unit.trait_id
FARADAY_UPDATE_WEBHOOK_ENDPOINTSTool to update a webhook endpoint's configuration. Use when you need to modify the status, URL, or enabled events for an existing webhook endpoint.webhook_endpoint_id
We love our partners - FlyMy.AI builds with the best. Thanks, Faraday!