Agentic Data Solutions

Clean, link, and audit your datasets

Need this to run locally? Contact us

Agentic Data Solutions

Comprehensive tools for dataset cleaning, linking, auditing, and entity recognition all powered by local AI

🤖

Stych Agent

Interactive AI agent for dataset operations. Clean, link, audit, and recognize entities through natural language conversations powered by local AI.

Try Stych Agent →
🔗

Stych API - Record Linkage

Intelligent API for matching and linking records across datasets. Advanced AI models with multiple algorithms for precise data connection.

View API Docs →

Simple. Powerful. Developer-Friendly.

Build with our intuitive REST API or interact through Stych Agent. Multiple matching algorithms, async processing, and AI-powered validation all running on local AI.

✓ Sync & async matching endpoints
✓ Multiple fuzzy & semantic algorithms
✓ AI-powered result auditing
✓ File uploads (CSV, Excel, JSON, Parquet, etc.)
View API Documentation Try Stych Agent
curl -X POST https://api.conformal.io/v1/matching/ \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "dataset1": [
      {
        "id": 1,
        "name": "Apple Inc",
        "address": "1 Apple Park Way, Cupertino, CA"
      }
    ],
    "dataset2": [
      {
        "id": 1,
        "company_name": "Apple Inc.",
        "location": "Apple Park, Cupertino, California"
      }
    ],
    "method": "similarity",
    "match_x__vs__y": ["name__vs__company_name"],
    "confidence_threshold": 0.8,
    "top_n": 3
  }'

Ready to Transform Your Data?

Join teams using Conformal AI's agentic data solutions powered by local AI