Skip to main content
Seyn KEE (Knowledge Extraction Engine) is a multi-tenant platform that connects to your operational systems — Salesforce, Slack, document stores, support tools — and uses large language models to extract a structured, versioned knowledge library of the rules, processes, and patterns that actually run your business. The v1 API gives partners read access to that extracted knowledge. You can run natural-language queries against it, list and inspect individual rules, walk the full provenance chain from a rule back to the raw records it was derived from, and pull aggregate pipeline analytics.

What you can do today

Search

Ask natural-language questions against your knowledge base.

Audit

For any rule, trace it back through the inference log → events → raw source records.

Browse

List versioned knowledge libraries and the rules they contain.

Analyze

Pull aggregate pipeline metrics for BI tools and dashboards.

Who this is for

  • Compliance and audit teams — every claim Seyn makes traces back to source data. Build auditor-ready reports.
  • Internal tooling — surface relevant knowledge inside the apps your team already uses (Slack bots, internal dashboards, runbooks).
  • AI agents and copilots — ground your LLM features in your own organisation’s real process knowledge instead of generic web data.
  • BI and analytics — pipe pattern metrics into Snowflake, Looker, or whatever you already use.

Getting started

1

Create an API key

Sign in at app.seynlabs.com, open Settings → API Keys, click Create. Copy the sk_live_* token once — only the prefix is stored after that.
2

Install the SDK

The official TypeScript SDK wraps every endpoint in typed methods.
3

Run your first query

Follow the Quickstart to get a real response in under 10 minutes.

What’s stable, what’s not

The /v1 surface is the stable public contract. Breaking changes ship as /v2. Additive changes (new optional parameters, new fields in responses) ship within /v1 without warning, so write your integration to ignore unknown fields. If you need something the API doesn’t expose, email support@seynlabs.com.