> ## Documentation Index
> Fetch the complete documentation index at: https://docs.seynlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Status

> What's in testing and what's planned. With reasons, not badges.

Seyn is an **alpha product**. Everything documented in these guides is live unless a page flags it otherwise; this page is the single source of truth for anything that carries a flag.

## How to read the labels

| Label          | What it means                                                                      |
| -------------- | ---------------------------------------------------------------------------------- |
| **In testing** | Implemented and being validated with design-partner data before we call it stable. |
| **Planned**    | Specified and sequenced, not yet started or not yet open.                          |

***

## In testing

| Capability                                | Why it isn't stable yet                                                                                                                                                             |
| ----------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Teams meeting transcripts                 | Being validated against real meeting volumes and the Microsoft Protected API approval process.                                                                                      |
| Outcome tracking                          | Rules are matched against live events to measure whether they actually hold; we're validating the signal quality before badges appear everywhere.                                   |
| Catalog connectors enabled per engagement | HubSpot, Salesforce, Jira, Linear, GitHub, Asana, and Zendesk are in the catalog but switched on per engagement rather than self-serve.                                             |
| Python SDK                                | Early alpha. The method surface mirrors the [TypeScript reference](/sdk-reference) one-to-one; Python-side ergonomics (async client, retries, pagination helpers) are still moving. |

## Planned

| Capability                   | What it will do                                                                                                                                                       |
| ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Self-serve custom connectors | The [connector contract](/platform/connectors#build-your-own) is stable and is what our own connectors use; the self-serve build surface is opened per request today. |
| Connector auto-sync          | Per-connector schedules, post-sync rebuild triggers, staleness indicators.                                                                                            |
| Public benchmarks            | Retrieval quality, extraction accuracy, and latency, published openly.                                                                                                |
| Multilingual output          | Per-org output language for extraction and narratives, with full diacritic preservation.                                                                              |

<Note>
  **What we deliberately don't do:** Seyn never writes back to your source systems. Every connector is read-only by design, and that will not change.
</Note>

## Versioning

The **`/v1` API** is the stable contract. Additive changes ship within `/v1` (write integrations to ignore unknown fields); breaking changes ship as `/v2` with both versions kept live. Flagged features carry no compatibility promise; if you build against one, talk to us first.

Questions about any line on this page: [support@seynlabs.com](mailto:support@seynlabs.com).
