All integrations

Faraday

DATA · DATA & ANALYTICS

Datasets, cohorts, outcomes, and personas in the account they connected.

Acts as the person, not as itself

Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.

Credentials never touch the agent

Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.

Every call on the record

Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.

What an agent can do

Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.

faraday_delete_accounts_by_account_idWRITE

Delete an account via DELETE /accounts/{account_id}. Request an account deletion. In 24 hours, the account and all resources associated with it will be deleted. Contact support within the 24 hour window if you wish to reverse this.

api
faraday_delete_atlases_by_atlas_idWRITE

Delete an atlas via DELETE /atlases/{atlas_id}.

api
faraday_delete_attributes_by_attribute_idWRITE

Delete an attribute via DELETE /attributes/{attribute_id}.

api
faraday_delete_cohorts_by_cohort_idWRITE

Delete a cohort via DELETE /cohorts/{cohort_id}.

api
faraday_delete_connections_by_connection_idWRITE

Delete a connection via DELETE /connections/{connection_id}.

api
faraday_delete_datasets_by_dataset_idWRITE

Delete a dataset via DELETE /datasets/{dataset_id}.

api
faraday_delete_feature_stores_by_feature_store_idWRITE

Delete a feature store via DELETE /feature_stores/{feature_store_id}.

api
faraday_delete_knowledgebase_use_cases_by_use_case_idWRITE

Delete a use case via DELETE /knowledgebase/use_cases/{use_case_id}. Delete a use case. Unlike archiving, a deleted use case is no longer returned by any read, including when listing archived use cases.

api
faraday_delete_market_opportunity_analyses_by_market_opportunity_analysis_idWRITE

Delete a specific market opportunity analysis via DELETE /market_opportunity_analyses/{market_opportunity_analysis_id}.

api
faraday_delete_migrations_by_migration_idWRITE

Delete a migration via DELETE /migrations/{migration_id}.

api
faraday_delete_outcomes_by_outcome_idWRITE

Delete an outcome via DELETE /outcomes/{outcome_id}.

api
faraday_delete_persona_sets_by_persona_set_idWRITE

Delete a persona set via DELETE /persona_sets/{persona_set_id}.

api
faraday_delete_places_by_place_idWRITE

DEPRECATED by Faraday: this operation is marked deprecated in Faraday's own API reference. It still answers, so it remains available for accounts that already hold this data, but prefer the successor named below for new work. Delete a place via DELETE /places/{place_id}. Delete a place. Places are superseded by atlases, whose locations are built from a connection or an uploaded file. See DELETE /atlases/{atlas_id}.

api
faraday_delete_recommenders_by_recommender_idWRITE

Delete a recommender via DELETE /recommenders/{recommender_id}.

api
faraday_delete_scopes_by_scope_idWRITE

Delete a scope via DELETE /scopes/{scope_id}.

api
faraday_delete_streams_by_stream_id_or_nameWRITE

Delete a stream via DELETE /streams/{stream_id_or_name}.

api
faraday_delete_targets_by_target_idWRITE

Delete a target via DELETE /targets/{target_id}.

api
faraday_delete_traitsWRITE

Delete all orphaned traits via DELETE /traits. Delete all traits without a source dataset.

api
faraday_delete_traits_by_trait_idWRITE

Delete a trait via DELETE /traits/{trait_id}.

api
faraday_delete_uploads_by_directory_by_filenameWRITE

Delete a file via DELETE /uploads/{directory}/{filename}. Delete a CSV file previously uploaded.

api
faraday_delete_webhook_endpoints_by_webhook_endpoint_idWRITE

Delete a webhook endpoint via DELETE /webhook_endpoints/{webhook_endpoint_id}.

api
faraday_get_accountsREAD

List accounts via GET /accounts. Get a list of accounts defined on the account. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_accounts_by_account_idREAD

Retrieve an account via GET /accounts/{account_id}. Get details on a specific account. This must be an account controlled by your API key. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api
faraday_get_accounts_by_account_id_billingREAD

Get billing information about your account via GET /accounts/{account_id}/billing. Get invoices, payments, and usage stats for your account.

api
faraday_get_accounts_by_account_id_usageREAD

Get usage metrics for a specific account via GET /accounts/{account_id}/usage.

api
faraday_get_accounts_currentREAD

Retrieve current account via GET /accounts/current. Get details on the current account, as identified by the API key. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api
faraday_get_accounts_current_billingREAD

Get billing information about the current account via GET /accounts/current/billing. Get invoices, payments, and usage stats for the current account.

api
faraday_get_accounts_current_usageREAD

Get usage metrics for current account via GET /accounts/current/usage. Get historical usage metrics for the current account from the most recent metrics dashboard event.

api
faraday_get_accounts_current_usage_allREAD

Get usage metrics for current and sub accounts via GET /accounts/current/usage/all. Get aggregated historical usage metrics for the current account and all of its sub-accounts.

api
faraday_get_atlasesREAD

List atlases via GET /atlases. Get a list of the atlases defined on the account. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_atlases_by_atlas_idREAD

Retrieve an atlas via GET /atlases/{atlas_id}. Retrieve details on a specific atlas.

api
faraday_get_atlases_by_atlas_id_locationsREAD

List the locations of an atlas via GET /atlases/{atlas_id}/locations. Get a list of the locations belonging to a specific atlas. Paged with limit and offset, not a cursor. There is no next link in the response, so page by advancing offset by limit until a short page comes back.

api
faraday_get_attributesREAD

List attributes via GET /attributes. Get a list of attributes defined on the account. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_attributes_by_attribute_idREAD

Retrieve an attribute via GET /attributes/{attribute_id}. Get details on a specific attribute.

api
faraday_get_cohortsREAD

List cohorts via GET /cohorts. Get a list of cohorts defined on the account. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_cohorts_by_cohort_idREAD

Retrieve a cohort via GET /cohorts/{cohort_id}. Get details on a specific cohort.

api
faraday_get_cohorts_by_cohort_id_analysis_membershipREAD

Get the cohort membership counts over time via GET /cohorts/{cohort_id}/analysis/membership.

api
faraday_get_connectionsREAD

List connections via GET /connections. Get a list of connections defined on the account. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_connections_by_connection_idREAD

Retrieve a connection via GET /connections/{connection_id}. Get details on a specific connection. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api
faraday_get_connections_by_connection_id_datasetsREAD

Retrieve all datasets that use this connection via GET /connections/{connection_id}/datasets. Get all datasets that use this connection.

api
faraday_get_connections_by_connection_id_targetsREAD

Retrieve all targets that use this connection via GET /connections/{connection_id}/targets. Get all targets that use this connection. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api
faraday_get_datasetsREAD

List datasets via GET /datasets. Get a list of the datasets defined on the account. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_datasets_by_dataset_idREAD

Retrieve a dataset via GET /datasets/{dataset_id}. Retrieve details on a specific dataset.

api
faraday_get_datasets_by_dataset_id_logs_ingressREAD

Get dataset ingress metrics over time via GET /datasets/{dataset_id}/logs/ingress. Retrieves ingress metrics for a specific dataset. Paged with limit and offset, not a cursor. There is no next link in the response, so page by advancing offset by limit until a short page comes back.

api
faraday_get_datasets_by_dataset_id_logs_ingress_by_log_idREAD

Get a single dataset ingress log by ID via GET /datasets/{dataset_id}/logs/ingress/{log_id}. Retrieves a specific ingress log entry for a dataset.

api
faraday_get_feature_storesREAD

List feature stores via GET /feature_stores. Get a list of feature stores defined on the account. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_feature_stores_by_feature_store_idREAD

Retrieve a feature store via GET /feature_stores/{feature_store_id}. Get details on a specific feature store.

api
faraday_get_graphREAD

Retrieve a dependency graph for all resources on an account via GET /graph. Each object in the list is an edge in the dependency graph.

api
faraday_get_knowledgebase_overviewREAD

Retrieve the account overview via GET /knowledgebase/overview. Get the current revision of this account's knowledgebase overview. If no overview has ever been written, `revision_id` and `created_at` are absent and `content` is the empty string.

api
faraday_get_knowledgebase_overview_revisionsREAD

List account overview revisions via GET /knowledgebase/overview/revisions. List every saved revision of the account overview, newest first.

api
faraday_get_knowledgebase_overview_revisions_by_revision_idREAD

Retrieve a specific account overview revision via GET /knowledgebase/overview/revisions/{revision_id}. Read an older saved revision of the account overview. The shape matches the current-revision endpoint.

api
faraday_get_knowledgebase_use_casesREAD

List use cases via GET /knowledgebase/use_cases. Get a list of use cases for the calling account. Returns summary fields only; fetch a specific use case to see its preface, guide, and resources. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_knowledgebase_use_cases_by_use_case_idREAD

Retrieve a use case via GET /knowledgebase/use_cases/{use_case_id}. Get the full current revision of a use case, including its computed `resources` list.

api
faraday_get_knowledgebase_use_cases_by_use_case_id_revisionsREAD

List use case revisions via GET /knowledgebase/use_cases/{use_case_id}/revisions. List every saved revision of a use case, newest first.

api
faraday_get_knowledgebase_use_cases_by_use_case_id_revisions_by_revision_idREAD

Retrieve a specific use case revision via GET /knowledgebase/use_cases/{use_case_id}/revisions/{revision_id}. Read an older saved revision of a use case. The shape matches the current-revision endpoint, except `resources` is omitted (resources are a live computed property, not part of the versioned content).

api
faraday_get_locationsREAD

List locations via GET /locations. Get a list of the locations belonging to every atlas on the account. Paged with limit and offset, not a cursor. There is no next link in the response, so page by advancing offset by limit until a short page comes back.

api
faraday_get_market_opportunity_analysesREAD

Get all market opportunity analyses via GET /market_opportunity_analyses. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_market_opportunity_analyses_by_market_opportunity_analysis_idREAD

Get a specific market opportunity analysis via GET /market_opportunity_analyses/{market_opportunity_analysis_id}.

api
faraday_get_migrationsREAD

List migrations via GET /migrations. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_migrations_by_migration_idREAD

Retrieve a migration via GET /migrations/{migration_id}.

api
faraday_get_outcomesREAD

List outcomes via GET /outcomes. Get a list of outcomes defined on the account. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_outcomes_by_outcome_idREAD

Retrieve an outcome via GET /outcomes/{outcome_id}. Get details on a specific outcome.

api
faraday_get_outcomes_by_outcome_id_analysisREAD

Retrieve an outcome's analysis via GET /outcomes/{outcome_id}/analysis. Get details on a specific outcome's analysis report on model performance, bias, etc.

api
faraday_get_outcomes_by_outcome_id_report_htmlREAD

Retrieve outcome report via GET /outcomes/{outcome_id}/report.html. Download an HTML report containing information such as the objective of the model, performance, and important features.

api
faraday_get_persona_setsREAD

List persona sets via GET /persona_sets. A list of available persona sets. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_persona_sets_by_persona_set_idREAD

Retrieve a persona set via GET /persona_sets/{persona_set_id}. Details on a specific persona set, including details on all of its constituent personas.

api
faraday_get_persona_sets_by_persona_set_id_analysis_dimensionsREAD

Get various trait breakdown information about a persona set via GET /persona_sets/{persona_set_id}/analysis/dimensions.

api
faraday_get_persona_sets_by_persona_set_id_analysis_flowREAD

DEPRECATED by Faraday: this operation is marked deprecated in Faraday's own API reference. It still answers, so it remains available for accounts that already hold this data, but prefer the successor named below for new work. Get various flow of persona sets over time via GET /persona_sets/{persona_set_id}/analysis/flow.

api
faraday_get_placesREAD

DEPRECATED by Faraday: this operation is marked deprecated in Faraday's own API reference. It still answers, so it remains available for accounts that already hold this data, but prefer the successor named below for new work. List places via GET /places. Get a list of the places defined on the account. Geometry and addresses are omitted from this endpoint's response to avoid overly large response sizes. If you want to inspect a place's geometry or addresses, then use GET /places/<place id>. Places are superseded by atlases, whose locations are built from a connection or an uploaded file. See GET /atlases. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_places_by_place_idREAD

DEPRECATED by Faraday: this operation is marked deprecated in Faraday's own API reference. It still answers, so it remains available for accounts that already hold this data, but prefer the successor named below for new work. Retrieve a place via GET /places/{place_id}. Retrieve details on a specific place. Places are superseded by atlases, whose locations are built from a connection or an uploaded file. See GET /atlases/{atlas_id}.

api
faraday_get_recommendersREAD

List recommenders via GET /recommenders. Get a list of recommenders defined on the account. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_recommenders_by_recommender_idREAD

Retrieve a recommender via GET /recommenders/{recommender_id}. Get details on a specific recommender.

api
faraday_get_recommenders_by_recommender_id_analysisREAD

Retrieve a recommenders's analysis via GET /recommenders/{recommender_id}/analysis. Get details on a specific recommender's analysis report on model performance, bias, etc.

api
faraday_get_scopesREAD

List scopes via GET /scopes. Get a list of scopes defined on the account. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_scopes_by_scope_idREAD

Retrieve a scope via GET /scopes/{scope_id}. Get details on a specific scope.

api
faraday_get_scopes_by_scope_id_analysisREAD

Get analysis for a scope via GET /scopes/{scope_id}/analysis.

api
faraday_get_scopes_by_scope_id_analysis_geographyREAD

Get geographic breakdown for a scope via GET /scopes/{scope_id}/analysis/geography. Get a postcode- and state-level breakdown of the scope population, including per-payload-cohort counts. `postcodes` may be omitted when the scope spans more than 250 distinct postcodes (the UI distribution table saturates at that point); `states` is always present.

api
faraday_get_scopes_by_scope_id_datasetsREAD

Retrieve all datasets associated with a scope via GET /scopes/{scope_id}/datasets. Retrieve all datasets associated with a scope. For example, if your scope has population_cohorts, you built those cohorts using data from one of your datasets. This endpoint gets all such datasets. This can be used with referenced targets, to figure out which source tables the target can reference.

api
faraday_get_scopes_by_scope_id_efficacyREAD

Get efficacy for a scope via GET /scopes/{scope_id}/efficacy.

api
faraday_get_scopes_by_scope_id_payload_cohortsREAD

Get payload cohorts for a scope via GET /scopes/{scope_id}/payload/cohorts.

api
faraday_get_scopes_by_scope_id_payload_outcomesREAD

Get payload outcomes for a scope via GET /scopes/{scope_id}/payload/outcomes.

api
faraday_get_scopes_by_scope_id_payload_persona_setsREAD

Get payload persona sets for a scope via GET /scopes/{scope_id}/payload/persona_sets.

api
faraday_get_scopes_by_scope_id_payload_recommendersREAD

Get payload recommenders for a scope via GET /scopes/{scope_id}/payload/recommenders.

api
faraday_get_scopes_by_scope_id_population_cohortsREAD

Get population cohorts for a scope via GET /scopes/{scope_id}/population/cohorts.

api
faraday_get_scopes_by_scope_id_population_exclusion_address_level_cohortsREAD

Get address-level population exclusion cohorts for a scope via GET /scopes/{scope_id}/population/exclusion_address_level_cohorts.

api
faraday_get_scopes_by_scope_id_population_exclusion_cohortsREAD

Get population exclusion cohorts for a scope via GET /scopes/{scope_id}/population/exclusion_cohorts.

api
faraday_get_scopes_by_scope_id_targetsREAD

Get targets for a scope via GET /scopes/{scope_id}/targets. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api
faraday_get_streamsREAD

List streams via GET /streams. List all streams present on the account. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_streams_by_stream_id_or_nameREAD

Retrieve a stream via GET /streams/{stream_id_or_name}. Look up a specific event stream.

api
faraday_get_streams_by_stream_id_or_name_analysisREAD

Get the count of stream events emitted over a time period via GET /streams/{stream_id_or_name}/analysis.

api
faraday_get_targetsREAD

List targets via GET /targets. Get a list of targets defined on the account. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_targets_by_target_idREAD

Retrieve a target via GET /targets/{target_id}. Get details on a specific target. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api
faraday_get_targets_by_target_id_analysisREAD

Retrieve a target's analysis via GET /targets/{target_id}/analysis. Get details on a target's analysis report for specific trait, attribute, and/or geography dimensions.

api
faraday_get_targets_by_target_id_analysis_pdfREAD

Retrieve target analysis report via GET /targets/{target_id}/analysis/pdf. Gets a redirect URL to download a PDF report.

api
faraday_get_targets_by_target_id_download_csvREAD

Download the default output of a target via GET /targets/{target_id}/download.csv.

api
faraday_get_traitsREAD

List all user-defined and Faraday-provided traits via GET /traits. Get a list of all available traits, including those provided by Faraday and those defined by the user. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_traits_by_trait_idREAD

Get a specific trait via GET /traits/{trait_id}. Get a specific trait by ID.

api
faraday_get_traits_by_trait_id_analysis_dimensionsREAD

The percentage of the US population that falls into each category of this trait via GET /traits/{trait_id}/analysis/dimensions.

api
faraday_get_traits_csvREAD

List all user-defined and Faraday-provided traits, in csv form via GET /traits.csv. Get a csv of all available traits, including those provided by Faraday and those defined by the user.

api
faraday_get_uploadsREAD

Retrieve the list of previously uploaded files via GET /uploads. A list of files uploaded via /uploads/{directory}/{filename}, and their metadata.

api
faraday_get_uploads_by_directory_by_filenameREAD

Download a previously uploaded file via GET /uploads/{directory}/{filename}. The file uploaded via /uploads/{directory}/{filename}.

api
faraday_get_usagesREAD

Get usage stats for your account via GET /usages.

api
faraday_get_webhook_endpointsREAD

List webhook endpoints via GET /webhook_endpoints. Get a list of webhook endpoints defined on the account. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard. The ids filter is repeated, not comma-separated: ?ids=<a>&ids=<b>, at most 100 per call.

api
faraday_get_webhook_endpoints_by_webhook_endpoint_idREAD

Retrieve a webhook via GET /webhook_endpoints/{webhook_endpoint_id}. Get details on a specific webhook endpoint. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api
faraday_patch_accounts_by_account_idWRITE

Update an account via PATCH /accounts/{account_id}. Update the configuration of an account. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api
faraday_patch_atlases_by_atlas_idWRITE

Update atlas via PATCH /atlases/{atlas_id}. Update an existing atlas. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets.

api
faraday_patch_attributes_by_attribute_idWRITE

Update an attribute via PATCH /attributes/{attribute_id}. Update the configuration of an attribute. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets.

api
faraday_patch_cohorts_by_cohort_idWRITE

Edit a cohort via PATCH /cohorts/{cohort_id}. Edit configuration of a cohort. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets.

api
faraday_patch_connections_by_connection_idWRITE

Update a connection via PATCH /connections/{connection_id}. Update the configuration of a connection. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api
faraday_patch_datasets_by_dataset_idWRITE

Update dataset via PATCH /datasets/{dataset_id}. Update an existing dataset. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets.

api
faraday_patch_feature_stores_by_feature_store_idWRITE

Update a feature store via PATCH /feature_stores/{feature_store_id}. Update the configuration of a feature store. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets.

api
faraday_patch_knowledgebase_overviewWRITE

Update the account overview via PATCH /knowledgebase/overview. Save a new revision of the account overview. Optimistic locking: pass back the `revision_id` you read; if the server's current revision has moved past it, the request is rejected with 409. Omit `revision_id` only when the overview has never been written before.

api
faraday_patch_knowledgebase_use_cases_by_use_case_idWRITE

Update a use case via PATCH /knowledgebase/use_cases/{use_case_id}. Save a new revision of a use case. Optimistic locking: pass back the `revision_id` you read; if the server's current revision has moved past it, the request is rejected with 409. Fields not present are left at their current values. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets.

api
faraday_patch_market_opportunity_analyses_by_market_opportunity_analysis_idWRITE

Update a specific market opportunity analysis via PATCH /market_opportunity_analyses/{market_opportunity_analysis_id}.

api
faraday_patch_migrations_by_migration_idWRITE

Update a migration via PATCH /migrations/{migration_id}. Update a migration with a JSON Merge Patch. Configuration fields (`notes`, `datasets`, `targets`, `cohorts`, `outcomes`, `persona_sets`, `recommenders`) may be changed only by the owning FIG v2 account while the migration is unapproved. Either linked account may provide a non-null `approved_at` to queue the account move. The server records the approval time; repeated approval requests succeed without changing the first approval. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets.

api
faraday_patch_outcomes_by_outcome_idWRITE

Edit an outcome via PATCH /outcomes/{outcome_id}. Edit configuration of an existing outcome. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets.

api
faraday_patch_persona_sets_by_persona_set_idWRITE

Edit a persona set via PATCH /persona_sets/{persona_set_id}. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets.

api
faraday_patch_persona_sets_by_persona_set_id_personas_by_persona_idWRITE

Edit a persona via PATCH /persona_sets/{persona_set_id}/personas/{persona_id}. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets.

api
faraday_patch_places_by_place_idWRITE

DEPRECATED by Faraday: this operation is marked deprecated in Faraday's own API reference. It still answers, so it remains available for accounts that already hold this data, but prefer the successor named below for new work. Update place via PATCH /places/{place_id}. Update an existing place. Places are superseded by atlases, whose locations are built from a connection or an uploaded file. See PATCH /atlases/{atlas_id}. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets.

api
faraday_patch_recommenders_by_recommender_idWRITE

Edit a recommender via PATCH /recommenders/{recommender_id}. Edit configuration of a recommender. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets.

api
faraday_patch_scopes_by_scope_idWRITE

Update a scope via PATCH /scopes/{scope_id}. Update the configuration of a scope. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets.

api
faraday_patch_streams_by_stream_id_or_nameWRITE

Update a stream via PATCH /streams/{stream_id_or_name}. Update the configuration of a stream. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets.

api
faraday_patch_targets_by_target_idWRITE

Update a target via PATCH /targets/{target_id}. Update the configuration of a target. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api
faraday_patch_traits_by_trait_idWRITE

Update a trait via PATCH /traits/{trait_id}. Update the configuration of a trait. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets.

api
faraday_patch_webhook_endpoints_by_webhook_endpoint_idWRITE

Update a webhook endpoint via PATCH /webhook_endpoints/{webhook_endpoint_id}. Update the configuration of a webhook endpoint. This is an RFC 7396 MERGE PATCH: send only the fields you are changing, and send an explicit null to CLEAR a field. Omitting a field leaves it alone; sending null erases it. The request goes out with Content-Type application/merge-patch+json, which this integration sets. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api
faraday_post_accountsWRITE

Create account via POST /accounts. Create a subaccount. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api
faraday_post_atlasesWRITE

Create atlas via POST /atlases. Create a new atlas.

api
faraday_post_atlases_by_atlas_id_archiveWRITE

Archive an atlas via POST /atlases/{atlas_id}/archive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_atlases_by_atlas_id_force_updateWRITE

Trigger a rerun for this resource via POST /atlases/{atlas_id}/force_update. Trigger a rerun for this resource. Faraday automatically updates resources when their config changes, but this option is available in case of transient errors.

api
faraday_post_atlases_by_atlas_id_unarchiveWRITE

Unarchive an atlas via POST /atlases/{atlas_id}/unarchive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_attributesWRITE

Create attribute via POST /attributes. Add a new attribute that wraps a stream of assertions.

api
faraday_post_attributes_by_attribute_id_force_updateWRITE

Trigger a rerun for this resource via POST /attributes/{attribute_id}/force_update. Trigger a rerun for this resource. Faraday automatically updates resources when their config changes, but this option is available in case of transient errors.

api
faraday_post_cohortsWRITE

Create cohort via POST /cohorts. Add a new cohort (defined as people who have made qualifying emissions of certain events).

api
faraday_post_cohorts_by_cohort_id_archiveWRITE

Archive a cohort via POST /cohorts/{cohort_id}/archive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_cohorts_by_cohort_id_force_updateWRITE

Trigger a rerun for this resource via POST /cohorts/{cohort_id}/force_update. Trigger a rerun for this resource. Faraday automatically updates resources when their config changes, but this option is available in case of transient errors.

api
faraday_post_cohorts_by_cohort_id_unarchiveWRITE

Unarchive a cohort via POST /cohorts/{cohort_id}/unarchive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_connectionsWRITE

Create connection via POST /connections. Add a new connection. Connections are configuration for connecting data between Faraday and an external location. They are required when working with <a href="https://faraday.ai/developers/reference/createtarget">**replication targets**</a>. All connections have a `type` that determines which options may be specified. Connection `type` is specified in the `options` object. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api
faraday_post_connections_by_connection_id_archiveWRITE

Archive a connection via POST /connections/{connection_id}/archive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_connections_by_connection_id_force_updateWRITE

Trigger a rerun for this resource via POST /connections/{connection_id}/force_update. Trigger a rerun for this resource. Faraday automatically updates resources when their config changes, but this option is available in case of transient errors.

api
faraday_post_connections_by_connection_id_rotate_credentialsWRITE

Rotate credentials for a connection via POST /connections/{connection_id}/rotate_credentials. Rotate credentials for a Snowflake or ClickHouse connection. This regenerates the connection type's keypair. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api
faraday_post_connections_by_connection_id_unarchiveWRITE

Unarchive a connection via POST /connections/{connection_id}/unarchive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_datasetsWRITE

Create dataset via POST /datasets. Create a new dataset.

api
faraday_post_datasets_by_dataset_id_archiveWRITE

Archive a dataset via POST /datasets/{dataset_id}/archive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_datasets_by_dataset_id_force_updateWRITE

Trigger a rerun for this resource via POST /datasets/{dataset_id}/force_update. Trigger a rerun for this resource. Faraday automatically updates resources when their config changes, but this option is available in case of transient errors.

api
faraday_post_datasets_by_dataset_id_unarchiveWRITE

Unarchive a dataset via POST /datasets/{dataset_id}/unarchive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_feature_storesWRITE

Create feature store via POST /feature_stores. Add a new feature store that compiles attributes.

api
faraday_post_feature_stores_by_feature_store_id_force_updateWRITE

Trigger a rerun for this resource via POST /feature_stores/{feature_store_id}/force_update. Trigger a rerun for this resource. Faraday automatically updates resources when their config changes, but this option is available in case of transient errors.

api
faraday_post_knowledgebase_use_case_checklistWRITE

Real-time checklist for a use-case draft via POST /knowledgebase/use_case_checklist. A fast, text-only completeness check for a use case still being written: given the draft `title`, `preface`, and `technical_details`, it returns the use case's `flavor` and a per-flavor checklist of requirements, each marked covered / partial / missing. Intended to be called (debounced) as the author types. Ephemeral — nothing is persisted, and it does not gate anything (the review does). Runs on a fast model, so it is guidance rather than an authoritative verdict.

api
faraday_post_knowledgebase_use_casesWRITE

Create a use case via POST /knowledgebase/use_cases. Create a new use case under the calling account.

api
faraday_post_knowledgebase_use_cases_by_use_case_id_archiveWRITE

Archive a use case via POST /knowledgebase/use_cases/{use_case_id}/archive. Archive a use case. Use cases have no downstream dependents so no cascade configuration is required. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_knowledgebase_use_cases_by_use_case_id_generate_guideWRITE

Generate an implementation guide for a use case via POST /knowledgebase/use_cases/{use_case_id}/generate_guide. Request generation of an implementation guide for a use case, from its `preface` and `technical_details`. Enqueues the generation and returns it immediately with `status: "pending"`; it is filled in asynchronously. A guide is only produced once the use case's latest review judged it adequate, and never for a use case marked `draft`. Poll the use case (its computed `guide_generation` field) to see the result; when `status` is `"ready"`, the guide's Markdown is on `generated_guide`.

api
faraday_post_knowledgebase_use_cases_by_use_case_id_reviewWRITE

Request a review of a use case via POST /knowledgebase/use_cases/{use_case_id}/review. Request an agentic review of a use case: does it carry enough — its preface plus technical details — to generate a correct implementation guide and to audit the account against it? Enqueues the review and returns it immediately with `status: "pending"`; it is filled in asynchronously. Poll the use case (its computed `review` field) or read this response's `id` to see the result once `status` is `"ready"`.

api
faraday_post_knowledgebase_use_cases_by_use_case_id_unarchiveWRITE

Unarchive a use case via POST /knowledgebase/use_cases/{use_case_id}/unarchive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_market_opportunity_analysesWRITE

Create a new market opportunity analysis via POST /market_opportunity_analyses.

api
faraday_post_market_opportunity_analyses_by_market_opportunity_analysis_id_archiveWRITE

Archive a specific market opportunity analysis via POST /market_opportunity_analyses/{market_opportunity_analysis_id}/archive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_market_opportunity_analyses_by_market_opportunity_analysis_id_force_updateWRITE

Trigger a rerun for this resource via POST /market_opportunity_analyses/{market_opportunity_analysis_id}/force_update.

api
faraday_post_market_opportunity_analyses_by_market_opportunity_analysis_id_unarchiveWRITE

Unarchive a specific market opportunity analysis via POST /market_opportunity_analyses/{market_opportunity_analysis_id}/unarchive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_migrationsWRITE

Create a migration via POST /migrations.

api
faraday_post_migrations_by_migration_id_force_updateWRITE

Trigger a rerun for this resource via POST /migrations/{migration_id}/force_update. Trigger a rerun for this resource. Faraday automatically updates resources when their config changes, but this option is available in case of transient errors.

api
faraday_post_outcomesWRITE

Create outcome via POST /outcomes. Add a new outcome (defined as a prediction of how likely individuals are to transition from one cohort to another).

api
faraday_post_outcomes_by_outcome_id_archiveWRITE

Archive a outcome via POST /outcomes/{outcome_id}/archive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_outcomes_by_outcome_id_force_updateWRITE

Trigger a rerun for this resource via POST /outcomes/{outcome_id}/force_update. Trigger a rerun for this resource. Faraday automatically updates resources when their config changes, but this option is available in case of transient errors.

api
faraday_post_outcomes_by_outcome_id_unarchiveWRITE

Unarchive a outcome via POST /outcomes/{outcome_id}/unarchive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_persona_setsWRITE

Create persona set via POST /persona_sets. Invoke the build of a new persona set for a given cohort.

api
faraday_post_persona_sets_by_persona_set_id_archiveWRITE

Archive a persona set via POST /persona_sets/{persona_set_id}/archive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_persona_sets_by_persona_set_id_force_updateWRITE

Trigger a rerun for this resource via POST /persona_sets/{persona_set_id}/force_update. Trigger a rerun for this resource. Faraday automatically updates resources when their config changes, but this option is available in case of transient errors.

api
faraday_post_persona_sets_by_persona_set_id_unarchiveWRITE

Unarchive a persona set via POST /persona_sets/{persona_set_id}/unarchive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_placesWRITE

DEPRECATED by Faraday: this operation is marked deprecated in Faraday's own API reference. It still answers, so it remains available for accounts that already hold this data, but prefer the successor named below for new work. Create place via POST /places. Create a new place. Places are superseded by atlases, whose locations are built from a connection or an uploaded file. Build new spatial filters on an atlas: see POST /atlases.

api
faraday_post_places_by_place_id_archiveWRITE

DEPRECATED by Faraday: this operation is marked deprecated in Faraday's own API reference. It still answers, so it remains available for accounts that already hold this data, but prefer the successor named below for new work. Archive a place via POST /places/{place_id}/archive. Archive a place. Places are superseded by atlases, whose locations are built from a connection or an uploaded file. See POST /atlases/{atlas_id}/archive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_places_by_place_id_force_updateWRITE

DEPRECATED by Faraday: this operation is marked deprecated in Faraday's own API reference. It still answers, so it remains available for accounts that already hold this data, but prefer the successor named below for new work. Trigger a rerun for this resource via POST /places/{place_id}/force_update. Trigger a rerun for this resource. Faraday automatically updates resources when their config changes, but this option is available in case of transient errors. Places are superseded by atlases, whose locations are built from a connection or an uploaded file. See POST /atlases/{atlas_id}/force_update.

api
faraday_post_places_by_place_id_unarchiveWRITE

DEPRECATED by Faraday: this operation is marked deprecated in Faraday's own API reference. It still answers, so it remains available for accounts that already hold this data, but prefer the successor named below for new work. Unarchive a place via POST /places/{place_id}/unarchive. Unarchive a place. Places are superseded by atlases, whose locations are built from a connection or an uploaded file. See POST /atlases/{atlas_id}/unarchive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_recommendersWRITE

Create recommender via POST /recommenders. Add a new recommender. This feature is experimental and subject to change. To enable this feature, contact your account manager.

api
faraday_post_recommenders_by_recommender_id_archiveWRITE

Archive a recommender via POST /recommenders/{recommender_id}/archive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_recommenders_by_recommender_id_force_updateWRITE

Trigger a rerun for this resource via POST /recommenders/{recommender_id}/force_update.

api
faraday_post_recommenders_by_recommender_id_unarchiveWRITE

Unarchive a recommender via POST /recommenders/{recommender_id}/unarchive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_scopesWRITE

Create scope via POST /scopes. Add a new scope.

api
faraday_post_scopes_by_scope_id_archiveWRITE

Archive a scope via POST /scopes/{scope_id}/archive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_scopes_by_scope_id_force_updateWRITE

Trigger a rerun for this resource via POST /scopes/{scope_id}/force_update. Trigger a rerun for this resource. Faraday automatically updates resources when their config changes, but this option is available in case of transient errors.

api
faraday_post_scopes_by_scope_id_unarchiveWRITE

Unarchive a scope via POST /scopes/{scope_id}/unarchive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_streams_by_stream_id_or_name_archiveWRITE

Archive a stream via POST /streams/{stream_id_or_name}/archive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_streams_by_stream_id_or_name_force_updateWRITE

Trigger a rerun for this resource via POST /streams/{stream_id_or_name}/force_update. Trigger a rerun for this resource. Faraday automatically updates resources when their config changes, but this option is available in case of transient errors.

api
faraday_post_streams_by_stream_id_or_name_unarchiveWRITE

Unarchive a stream via POST /streams/{stream_id_or_name}/unarchive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_streams_by_stream_nameWRITE

Create a stream via POST /streams/{stream_name}. Look up (or create) an event stream by name.

api
faraday_post_targetsWRITE

Create target via POST /targets. Add a new target. Targets are configuration for exporting data from Faraday, possibly to an external environment (with <a href="https://faraday.ai/developers/reference/createconnection">/connections</a>). There are three types of targets: <table> <thead> <tr><th>Target type</th><th>Description</th><th>API requirement</th></tr> </thead> <tbody> <tr><td><strong>Publication</strong></td><td>Faraday <em>hosts</em> your predictions for convenient retrieval as needed.</td><td>Specify a <code>type</code> of <code>hosted_csv</code> in <code>options</code>. Omit <code>connection_id</code>.</td></tr> <tr><td><strong>Replication</strong></td><td>Faraday copies your predictions to systems <em>you</em> control. You may then push them to third parties like Facebook, Google Ads, etc.</td><td>Specify a valid <code>connection_id</code> and the corresponding <code>type</code> of the connection in <code>options</code>.</td></tr> <tr><td><strong>Managed</strong></td><td>Faraday manages a push to third parties like Facebook, Google Ads, and more.</td><td>Must be on an enterprise plan. Contact Customer Success to set up.</td></tr> </tbody> </table>. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api
faraday_post_targets_by_target_id_archiveWRITE

Archive a target via POST /targets/{target_id}/archive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_targets_by_target_id_force_updateWRITE

Trigger a rerun for this resource via POST /targets/{target_id}/force_update. Trigger a rerun for this resource. Faraday automatically updates resources when their config changes, but this option is available in case of transient errors.

api
faraday_post_targets_by_target_id_lookupWRITE

Perform a lookup on the target, if its type is Lookup API via POST /targets/{target_id}/lookup. Use either PII or a spatial aggregate to retrieve the payload of a Lookup API target. See the Lookup API specification's [quickstart](https://faraday.ai/docs/features/lookup-api#retrieve-predictions) for more details, including examples.

api
faraday_post_targets_by_target_id_previewWRITE

Start a preview delivery via POST /targets/{target_id}/preview. Trigger a preview delivery (first 1000 results) of a target.

api
faraday_post_targets_by_target_id_unarchiveWRITE

Unarchive a target via POST /targets/{target_id}/unarchive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_traitsWRITE

Create a Trait via POST /traits. Create a new user-defined Trait. You can connect your uploaded data to this trait by sending a PATCH to the relevant dataset with `output_to_traits` defined.

api
faraday_post_traits_by_trait_id_archiveWRITE

Archive a trait via POST /traits/{trait_id}/archive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_traits_by_trait_id_force_updateWRITE

Trigger a rerun for this resource via POST /traits/{trait_id}/force_update. Trigger a rerun for this resource. Faraday automatically updates resources when their config changes, but this option is available in case of transient errors.

api
faraday_post_traits_by_trait_id_unarchiveWRITE

Unarchive a trait via POST /traits/{trait_id}/unarchive. Archiving and unarchiving CASCADE. cascade_to_all archives the resource and everything downstream of it (or, when unarchiving, everything upstream); cascade_to limits the cascade to the listed resource ids and makes the call fail rather than touch anything outside the list. Sending neither fails if any related resource would have been affected, which is the safe default.

api
faraday_post_webhook_endpointsWRITE

Create webhook endpoint via POST /webhook_endpoints. Add a new webhook endpoint. The response body carries CREDENTIALS, which this integration redacts before returning it: the account object's own api_key, and any third-party secret stored in a connection's or target's options (api_key, client_secret, credentials_json, ftp_private_key, ftp_user_password, password, private_api_key, secret, token). Every other field, including the public keys Faraday generates for Snowflake and ClickHouse, comes through intact. Read a redacted value in the Faraday dashboard.

api

Put Faraday behind one governed endpoint.

Same permissions, same audit trail, whatever else you connect next.