Skip to content

Pricing

Kanoniv has two tiers: Local (always free) and Cloud (request access). You can use the SDK without the cloud, or combine both for production workloads.

Plans

Local

$0 / forever

The Python SDK and reconciliation engine run entirely on your machine. No account required, no API keys, no data leaves your environment.

FeatureIncluded
Local reconciliationUnlimited
Spec validationUnlimited
Source adapters (CSV, Pandas, warehouse, dbt)All
Golden record creationYes
Matching rules (exact, fuzzy, composite)All
Survivorship strategiesAll
Blocking strategiesAll
Scoring configurationAll
Commercial useYes (MIT license)
bash
pip install kanoniv
python
from kanoniv import Spec, Source, reconcile

spec = Spec.from_file("spec.yaml")
sources = [Source.from_csv("crm", "data.csv")]
result = reconcile(sources, spec)

Cloud

Custom pricing — request access

For teams that need cloud reconciliation, real-time resolution APIs, a managed identity graph, and enterprise governance features. Every Cloud deployment is priced per client based on volume and requirements.

FeatureIncluded
Everything in LocalYes
Cloud reconciliationYes
Real-time resolution APIYes
Identity graph (hosted)Yes
DashboardYes
SSO (SAML/OIDC)Yes
SCIM provisioningYes
HIPAA complianceYes
PII maskingYes
Data retention policiesYes
Audit logs (immutable)Yes
BYOK encryptionYes
SIEM integrationYes
Entity hierarchy managementYes
Dedicated support (Slack, SLA)Yes
Custom deployment (VPC, on-prem)Available

Request access for Cloud pricing.

Frequently Asked Questions

Is the local SDK really free?

Yes. The Kanoniv Python SDK is MIT-licensed and runs entirely on your machine. There are no usage limits, no API keys, and no data leaves your environment. You can use it in production, commercially, forever.

Are there per-seat fees?

No. Kanoniv pricing is usage-based, not seat-based. Your entire team can use the platform without additional per-user charges.

Can I use the local SDK for production?

Yes. Many teams run the local SDK in their own infrastructure (Docker, Kubernetes, Airflow, dbt) for production batch reconciliation. The cloud is optional — it adds real-time APIs, a managed identity graph, and a dashboard.

How does Kanoniv pricing compare to alternatives?

ToolPricing ModelCost at 1M records
Kanoniv (Local)Free$0
Kanoniv (Cloud)Custom pricingContact us
AWS Entity Resolution$0.25/1K records~$250
Informatica MDMEnterprise license$500K+/year
SenzingPer-core license$37K+/year
SplinkFree (OSS)$0 (no golden records, no cloud)

Can I try Cloud features before committing?

Yes. Contact us for a trial that includes all Cloud features. We'll help you evaluate Kanoniv with your own data and matching requirements.

The identity and delegation layer for AI agents.