Connectors
Read-only adapters into the operator's stack. 18/18 healthy · 0 live · 18 mock
Status
| Connector | Evidence types | Mode | Status | Latency | Detail |
|---|---|---|---|---|---|
| aml-complyadvantage | aml_event | mock | ok | 1ms | mock mode (no ComplyAdvantage secret bundle) |
| aml-featurespace | aml_event | mock | ok | 1ms | mock mode (no Featurespace bundle) |
| cloud-aws | infra_config | mock | ok | 22ms | |
| doc-sharepoint | doc_presence, doc_field_match, policy_attestation | mock | ok | 1ms | mock mode (no SharePoint secret bundle) |
| hr-bamboohr | training_record | mock | ok | 16ms | |
| idp-entra | infra_config | mock | ok | 0ms | mock mode (no Entra secret bundle configured) |
| kyc-gbg | kyc_event | mock | ok | 1ms | mock mode (no GBG secret bundle) |
| kyc-jumio | kyc_event | mock | ok | 1ms | mock mode (no Jumio secret bundle) |
| kyc-sumsub | kyc_event | mock | ok | 1ms | mock mode (no Sumsub secret bundle) |
| kyc-veriff | kyc_event | mock | ok | 1ms | mock mode (no Veriff secret bundle) |
| pam-everymatrix | pam_query, payment_event, game_metadata, rg_event | mock | ok | 2ms | mock mode (no EveryMatrix secret bundle) |
| pam-generic | pam_query, payment_event, game_metadata, rg_event | mock | ok | 12ms | mock (generic PAM — no live adapter) |
| pam-openbet | pam_query, payment_event, game_metadata, rg_event | mock | ok | 1ms | mock mode (no OpenBet bundle) |
| pam-playtech | pam_query, payment_event, game_metadata, rg_event | mock | ok | 1ms | mock mode (no Playtech IMS bundle) |
| pam-softswiss | pam_query, payment_event, game_metadata, rg_event | mock | ok | 1ms | mock mode (no SoftSwiss secret bundle) |
| rg-gamstop | rg_event | mock | ok | 0ms | mock mode (no GAMSTOP secret bundle configured) |
| scm-github | infra_config | mock | ok | 0ms | mock mode (no GitHub secret bundle) |
| ticket-zendesk | ticket_log | mock | ok | 1ms | mock mode (no Zendesk secret bundle) |
How to enable a live connector
Connectors are read-only adapters into an operator's existing tooling — PAM, KYC, AML, document store, helpdesk, HRIS, cloud infra. They have two modes: mock returns deterministic sample data so the engine and UI can be demoed without operator credentials; live reads from the actual vendor API.
SharePoint is the first connector with a live mode. Set these env vars on the API process to flip it from mock to live:
SHAREPOINT_TENANT_ID="<azure-ad-tenant-id>" SHAREPOINT_CLIENT_ID="<app-registration-client-id>" SHAREPOINT_CLIENT_SECRET="<client-secret>" SHAREPOINT_SITE_ID="<sharepoint-site-id>" SHAREPOINT_DRIVE_ID="<document-library-drive-id>" # Required Microsoft Graph permissions (admin-consented): # Sites.Read.All (or Sites.Selected for tighter scope) # Files.Read.All