Connect your own Alloy.com identity decisioning account via its API token + secret. Run KYC/KYB/AML/fraud/credit evaluations, manage person and business entities, launch and review Journey applications (with manual-review approvals), upload identity documents, monitor customers continuously via the Events API, run cases and investigations, manage custom watchlists, published attributes, bank accounts/transactions, and webhooks -- through Alloy's identity decisioning API. Not compatible with Alloy Automation, a different product (embedded iPaaS for e-commerce).
connect_alloywriteConnect an Alloy account by saving its token/secret pair, after checking it actually works against the chosen environment (sandbox or production).
disconnect_alloywriteDisconnect an Alloy account: deletes the saved token/secret. Nothing in Alloy itself is changed.
list_connectionsreadList the connected Alloy accounts.
create_person_entitywriteCreate a Person entity in Alloy from applicant field data (name, DOB, SSN/tax id, address, email, phone, etc.), the object every KYC evaluation attaches to.
create_business_entitywriteCreate a Business entity in Alloy from company field data (legal name, EIN/tax id, formation state/country, address, etc.), the object every KYB evaluation attaches to.
get_entityreadRead one Alloy entity (Person or Business) in full, including its evaluation/journey history summary.
merge_entitieswriteMerge a duplicate Alloy entity into a surviving entity -- combines their evaluation/journey history under the surviving entity token.
add_entity_notewriteAdd a free-text internal note to an Alloy entity's record -- e.g. context from a manual review or a customer support interaction.
submit_entity_feedbackwriteSubmit outcome feedback on an entity (e.g. confirmed fraud, false positive) back into Alloy -- feeds Alloy's own model tuning and your account's audit trail.
list_entity_groupsreadList the groups (custom entity groupings, e.g. a household or a linked-accounts ring) an Alloy entity belongs to.
create_journey_applicationwriteCreate a Journey Application in Alloy -- runs an applicant through a configured Journey (multi-step KYC/KYB/fraud/credit decisioning workflow) and returns the outcome (Approved/Denied/Manual Review).
get_journey_applicationreadRead one Journey Application in full -- its current status, decisioning outcome, and every node's evaluation result.
list_journey_applicationsreadList Journey Applications for one configured Journey, optionally filtered by outcome status.
rerun_journey_applicationwriteRerun an existing Journey Application through its Journey again -- e.g. after new documents were supplied, or a data source was temporarily unavailable.
manual_review_journey_applicationwriteSubmit a manual review decision on a Journey Application currently in Manual Review status -- approve or deny it as a human reviewer.
get_alert_manual_review_tokenreadRead the manual review token generated for a specific Journey Application alert -- used to link a reviewer directly into Alloy's manual review workspace.
get_journey_schemareadRead a Journey's configured field schema -- every field name/type an application must supply, and every branch/version defined for it. Call before create_journey_application to know exactly what application_data should contain.
update_journey_application_nodewriteUpdate a single decisioning node's result on an active Journey Application -- e.g. correct an automated document-verification node's outcome after a human review.
create_journey_batchwriteCreate a Journey Batch -- submit many applications through the same Journey in one call (e.g. a portfolio re-screen or a bulk onboarding import).
get_journey_batchreadRead one Journey Batch's processing status and per-application results.
run_evaluationwriteRun a direct (non-Journey) Evaluation against an Alloy Workflow -- Alloy's original single-step decisioning primitive, still available alongside Journeys for accounts configured that way.
get_evaluationreadRead one Evaluation's outcome in full -- its decisioning result, triggered rules, and any manual review status.
run_portfolio_evaluationwriteRun a Portfolio Evaluation -- Alloy's book-of-business-level risk assessment across a set of existing entities, e.g. periodic re-screening of an entire loan portfolio against updated sanctions/watchlist data.
get_portfolio_evaluationreadRead one Portfolio Evaluation's aggregated results in full.
upload_documentwriteUpload an identity or supporting document (e.g. driver's license, business formation certificate) to Alloy for an entity, as a base64-encoded file. Alloy can then run document-verification checks on it via a Journey.
get_documentreadRead one uploaded document's metadata and verification status in full.
update_documentwriteUpdate an existing document's metadata (e.g. correct its document_type classification).
list_entity_documentsreadList all documents uploaded for one Alloy entity.
send_eventwriteSend a monitoring event (login, transaction, address change, phone change, etc.) for an existing entity into Alloy's Events API -- the core mechanism for continuous post-onboarding risk monitoring, separate from the initial Journey/Evaluation.
list_entity_eventsreadList monitoring events recorded for one Alloy entity, optionally filtered by event type -- the ongoing-monitoring history that can itself trigger new alerts/cases.
create_casewriteOpen a new Case in Alloy -- a case management record used to track hands-on investigation of an entity/application beyond automated decisioning (e.g. escalated fraud suspicion).
get_casereadRead one Case in full -- its status, assignee, linked entity, and recorded evidence/work log.
list_casesreadList Cases in the connected Alloy account, optionally filtered by status and/or assignee.
update_casewriteUpdate a Case's status, priority, and/or assignee.
add_case_evidencewriteAttach a piece of evidence (a note, a reference URL, or supporting text) to an existing Case's investigation trail.
add_case_workwriteLog a unit of investigator work (a summary of what was done, and time spent) against a Case.
create_investigationwriteOpen a new Investigation in Alloy -- a deeper, typed compliance investigation (e.g. AML/SAR-adjacent) distinct from a routine Case, with its own alerts and lifecycle.
get_investigationreadRead one Investigation in full -- its type, status, linked entity, and recorded alerts.
list_investigationsreadList Investigations in the connected Alloy account, optionally filtered by status and/or investigation type.
update_investigationwriteUpdate an Investigation's status, title, and/or description.
archive_investigationwriteArchive a closed Investigation, removing it from the active queue without deleting its history.
list_investigation_typesreadList the Investigation types configured on the connected Alloy account (e.g. AML review, fraud escalation) -- the values create_investigation's investigation_type accepts.
create_custom_listwriteCreate a new versioned Custom List in Alloy (e.g. an allowlist/denylist of emails, SSNs, or device fingerprints) that a Journey's rules can check entities against.
get_custom_listreadRead one Custom List's metadata -- its name, type, and current version.
list_custom_listsreadList Custom Lists configured on the connected Alloy account.
add_custom_list_itemwriteAdd one value (e.g. an email, SSN, or device id) to a Custom List, creating a new version of it.
remove_custom_list_itemwriteRemove one value from a Custom List, creating a new version of it.
list_custom_list_itemsreadList the values currently in a Custom List, at its current or a specific past version.
create_custom_list_versionwriteCreate a new named version snapshot of a Custom List's current contents (e.g. before a bulk update), so past states remain auditable.
list_published_attributesreadList the Published Attributes configured on the connected Alloy account -- the derived/enrichment fields (e.g. risk scores, verification flags) Alloy computes and exposes per entity.
get_entity_published_attributesreadRead the current Published Attribute values computed for one entity -- e.g. its latest risk score or verification flags.
list_reviewsreadList items in Alloy's manual review queue, optionally filtered by status.
get_reviewreadRead one manual review item in full -- the entity/application it belongs to, and what triggered it.
submit_review_decisionwriteSubmit a human reviewer's decision on a pending review item.
create_bank_accountwriteRegister a bank account for an entity in Alloy, so it can be verified and its transactions monitored.
get_bank_accountreadRead one registered bank account in full.
list_entity_bank_accountsreadList bank accounts registered for one entity.
create_transactionwriteRecord a transaction against a registered bank account, for AML/fraud transaction monitoring.
list_bank_account_transactionsreadList transactions recorded against one bank account.
create_groupwriteCreate a new Group in Alloy for clustering related entities together (e.g. a household, or a business and its beneficial owners).
add_entity_to_groupwriteAdd an entity to an existing Group, with an optional role label (e.g. 'primary', 'co-applicant', 'beneficial_owner').
remove_entity_from_groupwriteRemove an entity from a Group.
get_groupreadRead one Group in full, including its member entities and their roles.
list_groupsreadList Groups configured on the connected Alloy account.
create_webhookwriteSubscribe to an Alloy event (e.g. journey application decisioned, case status changed) -- Alloy will POST to your endpoint URL as it happens.
list_webhooksreadList webhook subscriptions configured on the connected Alloy account.
delete_webhookwritePermanently remove a webhook subscription. Cannot be undone.
list_parametersreadList the configured Parameters (account-level constants Journeys/Workflows can reference, e.g. score thresholds) on the connected Alloy account.
audit_alloy_accountreadBuild one aggregated health report across the connected Alloy account: open Cases, open Investigations, pending manual reviews, and samples of recently denied/manual-review applications -- a single-call compliance-ops snapshot instead of stitching together five separate list calls.
get_pending_review_queuereadValue-add report: read the full pending manual review queue as one flat list of rows (review token, entity/application token, review type, status, created date) instead of paging through list_reviews and cross-referencing each token manually.
Install Alloy and let Webbee use it across your workflow.
Open in panel