Skip to the operations

Business verification

Kyckr in a decision flow.

2 Kyckr operations a decision flow can call directly, with the credentials your own contract issued. The response is data the rest of the flow reads, branches on, and keeps in the trace.

Category
Business verification
Type
Integration
Authentication
API key
Test environment
Separate sandbox host

Who they are

Live company records from official registries.

Kyckr connects to primary company registries — the government sources of record — and returns filed data on request rather than a cached aggregate of it. Coverage and fields differ by jurisdiction because the registries themselves differ. It is used where a KYB answer has to trace back to an official source.

What a flow can call

2 operations, each one a step you can place on the canvas.

  1. GET/companies?isocode=$data.company_jurisdiction&name=$data.business_name

    Search a company registry

    Searches one registry jurisdiction by company name.

  2. GET/companies/$data.kyckr_company_id

    Read a company record

    Retrieves a previously discovered company record.

Where it sits in the decision

Business verification calls have a natural place in a flow.

Company checks answer whether the entity applying exists, who controls it, and whether its filings support the application. They usually run early: if the company cannot be verified, most of what follows is moot, and the flow can decline or refer before spending on anything else.

Whatever Kyckr returns is part of the run, so it is part of the record. When someone asks months later why an applicant was declined, the answer cites what came back at the time rather than re-fetching from a service whose answer has since changed.

  • 01Add Kyckr as a connection authenticating with an API key.
  • 02Kyckr runs a separate sandbox host, so a Sandbox flow can exercise the real call without touching production.
  • 03Place a Connection node and pick an operation — “Search a company registry” is usually the first one a flow needs.
  • 04Map the response into the fields your rules read, then test the whole path before it carries live traffic.

Common questions

Using Kyckr in a flow.

How do I connect Kyckr to a decision flow?

Add Kyckr as a connection in your workspace authenticating with an API key, with the credentials your own contract issued — ArboRule calls the provider as you, and never holds a contract on your behalf. Once the connection exists, any flow in the workspace can place a Connection node and choose one of its operations. The credentials live on the connection, not in the flow, so a policy owner can use Kyckr in a decision without ever seeing the secret.

Can I test Kyckr without touching production?

Yes. Kyckr runs a separate sandbox host, so a flow executing in Sandbox can make the real call against test credentials and you can read the actual response shape in the trace before anything reaches a customer. The flow does not change when it graduates — only which credentials answer.

What can a flow call on Kyckr?

2 operations: “Search a company registry”, “Read a company record”. Each one is a step you place on the canvas and map into the fields your rules read, and most flows start with “Search a company registry”. The list comes from the same manifest the engine uses to make the call, so this page cannot describe an operation the product does not have.

Where in a decision should Kyckr be called?

Company checks answer whether the entity applying exists, who controls it, and whether its filings support the application. They usually run early: if the company cannot be verified, most of what follows is moot, and the flow can decline or refer before spending on anything else.

Ready when you are

Wire Kyckr into a real decision.

Build the flow in Sandbox, connect your account, and watch the decision pull what it needs before it answers.

Read the docs