← Tools Reference

Faraday

Faraday integration (AI, Data). Imported from open-connector.

API key12 toolshttps://api.faraday.ai/v1
GET
faraday_get_current_account
Retrieve the Faraday account identified by the API key.

/accounts/current

GET
faraday_list_accounts
List Faraday accounts controlled by the API key.

/accounts

GET
faraday_get_account
Retrieve a Faraday account by ID.

/accounts/{account_id}

1 parameter
ParamTypeRequiredDescription
account_idstringrequiredThe Faraday account ID to retrieve.
GET
faraday_list_scopes
List Faraday scopes defined on the account.

/scopes

GET
faraday_get_scope
Retrieve a Faraday scope by ID.

/scopes/{scope_id}

1 parameter
ParamTypeRequiredDescription
scope_idstringrequiredThe Faraday scope ID to retrieve.
GET
faraday_list_datasets
List Faraday datasets available in the account.

/datasets

GET
faraday_get_dataset
Retrieve a Faraday dataset by ID.

/datasets/{dataset_id}

1 parameter
ParamTypeRequiredDescription
dataset_idstringrequiredThe Faraday dataset ID to retrieve.
GET
faraday_list_traits
List user-defined and Faraday-provided traits.

/traits

GET
faraday_get_trait
Retrieve a Faraday trait by ID.

/traits/{trait_id}

1 parameter
ParamTypeRequiredDescription
trait_idstringrequiredThe Faraday trait ID to retrieve.
GET
faraday_list_targets
List Faraday targets defined on the account.

/targets

GET
faraday_get_target
Retrieve a Faraday target by ID.

/targets/{target_id}

1 parameter
ParamTypeRequiredDescription
target_idstringrequiredThe Faraday target ID to retrieve.
GET
faraday_list_usages
List Faraday usage statistics for the account.

/usages