# Frayme ## Docs - [Compliance](https://docs.frayme.io/compliance/overview.md): How Frayme produces the artefacts a regulator will ask for. Always built around the audit-trail export. - [Audit trail](https://docs.frayme.io/concepts/audit-trail.md): The why behind every decision. What gets logged and what doesn't. - [Cases](https://docs.frayme.io/concepts/cases.md): The unit of work in Frayme — transactions, KYC submissions, KYB submissions, lifecycle events. One canonical shape, three concrete types. - [Decisions](https://docs.frayme.io/concepts/decisions.md): The verdict a workflow produces, the evidence it carries, the analyst-override semantics, and the export. - [Glossary](https://docs.frayme.io/concepts/glossary.md): Frayme-specific vocabulary, plus a country-specific section for region-bound terms. - [Concepts overview](https://docs.frayme.io/concepts/overview.md): The mental model behind Frayme — what a case is, how a decision is born, where the queue and audit trail fit in. - [Queue](https://docs.frayme.io/concepts/queue.md): The work list compliance analysts live in — alerts, SLA timers, and the four actions that resolve a row. - [Risk scoring](https://docs.frayme.io/concepts/risk-scoring.md): How Frayme collapses heterogeneous vendor signals and rule outputs into a single 0–100 risk score and four bands. - [Workflows](https://docs.frayme.io/concepts/workflows.md): The visual decision graph: what runs when, what variables carry between nodes, how versions and runs are tracked. - [Crystal Intelligence](https://docs.frayme.io/data-sources/blockchain/crystal-intelligence.md): On-chain analytics across 40+ blockchains — synchronous Risk Check + asynchronous Monitor, with entity resolution and exposure analysis. - [Credentials & secrets](https://docs.frayme.io/data-sources/credentials-secrets.md): Where API keys live, how they rotate, and the difference between resold and BYO provisioning. - [BigDataCorp](https://docs.frayme.io/data-sources/kyc/bigdatacorp.md): Brazilian identity-intelligence aggregator — CPF/CNPJ records, address history, related parties, lawsuits, digital footprint. - [Sumsub](https://docs.frayme.io/data-sources/kyc/sumsub.md): The full-stack identity suite that Frayme uses for KYC, AML and pre-KYC fraud. - [Managing sources](https://docs.frayme.io/data-sources/managing-sources.md): Adding, enabling, prioritising and testing data providers from the admin UI. - [Data Sources overview](https://docs.frayme.io/data-sources/overview.md): How Frayme connects to external KYC, AML, blockchain, banking and regulatory providers and the four-vendor stack that's resold end-to-end. - [Decision Console](https://docs.frayme.io/decisions/console.md): The per-decision evidence view. What renders, where signals come from, what the analyst can do. - [Evidence & notes](https://docs.frayme.io/decisions/evidence-notes.md): What's in the evidence pack, how it composes, how analyst notes are written and audited. - [Decisions overview](https://docs.frayme.io/decisions/overview.md): The Decision Queue, the Decision Console, the evidence layer — where compliance analysts spend their day. - [Decision Queue](https://docs.frayme.io/decisions/queue.md): The live work list — filters, SLA timers, and the four actions per row. - [Integration guide](https://docs.frayme.io/integration/guide.md): Submit cases, poll for decisions, and receive signed webhooks from the Frayme fraud-analysis platform. - [Introduction](https://docs.frayme.io/introduction.md): Frayme is the orchestration layer for fraud and compliance. Three primitives (Data Sources, Risk Management, Workflow) wired into one platform. - [Anatomy of a workflow](https://docs.frayme.io/workflows/anatomy.md): The top-level shape of a workflow — and the terminal output node that closes every path. - [Connections & secrets](https://docs.frayme.io/workflows/connections-secrets.md): Custom API nodes reference named connections; connections hold credentials. How they're stored, scoped and rotated. - [action](https://docs.frayme.io/workflows/nodes/action.md): Auto-approve, auto-deny, or block. Optional team notification. - [assignment](https://docs.frayme.io/workflows/nodes/assignment.md): Set initial variables on the run context before the workflow's substantive work begins. - [code](https://docs.frayme.io/workflows/nodes/code.md): Inline transform — aggregate, reshape, derive. The escape hatch when rules and decision tables don't fit. - [condition](https://docs.frayme.io/workflows/nodes/condition.md): Single boolean gate — smaller scope than rule, simpler than decisionTable. - [customApi](https://docs.frayme.io/workflows/nodes/custom-api.md): Bespoke HTTP integration. Registries, payment-rail directories, regulators, internal services, customer callbacks. - [dataSource](https://docs.frayme.io/workflows/nodes/data-source.md): Catalogued vendor call. The bridge between a workflow node and the Data Sources registry. - [decisionTable](https://docs.frayme.io/workflows/nodes/decision-table.md): First-match priority routing on a fixed column set. Two- to three-dimensional lookups in tabular form. - [input](https://docs.frayme.io/workflows/nodes/input.md): The entry point. Declares the trigger type and validates the input payload against a schema. - [manualReview](https://docs.frayme.io/workflows/nodes/manual-review.md): Hand off to a compliance analyst with display fields, response fields, and an SLA timeout. - [output](https://docs.frayme.io/workflows/nodes/output.md): Terminal nodes. Each defines a named end state and the decision schema written to the audit record. - [Node reference](https://docs.frayme.io/workflows/nodes/overview.md): Every node type Frayme ships, grouped by purpose. - [rule](https://docs.frayme.io/workflows/nodes/rule.md): First-match conditions producing named output fields. The smallest, most common decision node. - [scorecard](https://docs.frayme.io/workflows/nodes/scorecard.md): Weighted-sum risk score across structured factors. The deterministic alternative to AI synthesis. - [split](https://docs.frayme.io/workflows/nodes/split.md): Multi-way branch on a single variable. Outputs named handles that edges attach to. - [Workflows overview](https://docs.frayme.io/workflows/overview.md): The visual decision graph that turns events into outcomes — anatomy, nodes, variables, runs. - [Testing workflows](https://docs.frayme.io/workflows/testing.md): Pin a fixture, run the graph end-to-end without writing decisions, diff against the production run. - [Variables & templating](https://docs.frayme.io/workflows/variables-templating.md): How {{interpolation}} works in node configs, body templates, and AI prompts. - [Versioning](https://docs.frayme.io/workflows/versioning.md): Every save bumps a version. Older versions remain addressable for replay; the active version handles new events.