INTEGRATION EXAMPLES

Import a working control flow.

Start with live endpoint URLs and safe placeholder credentials. Create a workspace key, store it as a secret, and run the example without reconstructing the request contract by hand.

POSTMAN

Finance controls collection

Four direct, read-only requests for invoice validation, vendor onboarding, sender-domain risk, and quote comparison.

Download collection
N8N

Invoice validation workflow

A manual workflow that calls Invoice Validate and returns the decision, exceptions, evidence, and agent-readable next action.

Download workflow

SAFE SETUP

Keep the key outside the file.

The downloads contain no customer credential. Postman uses an apiKey collection variable; n8n reads AP_CONTROL_API_KEY from the environment. Replace the placeholder locally and never commit a real key.

Create a workspace key ->
Authorization: Bearer apc_your_workspace_key

# Postman
Set the apiKey collection variable

# n8n
Set AP_CONTROL_API_KEY as a secret environment variable

Need the complete contract?

Browse every REST endpoint and MCP tool, including inputs, results, safety boundaries, and agent-readable errors.

Read documentation