TECHNICAL WALKTHROUGHS

Build the control before the automation acts.

Short, shareable patterns for developers and workflow builders. Each one starts from a customer-authorized input, returns explainable evidence, and keeps any downstream write outside AP Control.

01

AP Control

Stop an agent from re-submitting the same invoice

  1. Send the invoice or private document with an Idempotency-Key.
  2. Poll until the analysis is completed.
  3. Use the duplicate decision and evidence instead of creating a second payable item.
Open the product contract →
02

NetSuite / QuickBooks Preflight

Put a safe preflight in front of an ERP bill

  1. Validate the normalized invoice first.
  2. Submit customer-provided vendor mapping, currency, existing-bill, and approval context.
  3. Allow your separate ERP connector to act only under your own approval policy.
Open the product contract →
03

Vendor Onboarding Check

Make vendor changes reviewable

  1. Define the customer-required packet items.
  2. Submit only minimum structured evidence and fingerprints, not raw bank data.
  3. Stop and verify when the API reports missing approval or evidence.
Open the product contract →
04

Reconciliation Match

Prepare a reconciliation without posting it

  1. Normalize customer-provided statement records.
  2. Create deterministic candidate matches against customer-provided targets.
  3. Have a reviewer resolve ambiguous or unmatched records before posting.
Open the product contract →

KEEP BUILDING

Use REST, OpenAPI, or the remote MCP adapter.

Read documentation