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
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.Install the SDK
The official TypeScript SDK wraps every endpoint in typed methods.
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.