CONNECTORS
Connect systems without obscuring their authority.
Every connector has an explicit lifecycle state. Production means implemented and operating. Certified core means the connector runtime contract is validated. Development means visible by design—but unavailable for production use.
8 connectors
Production
GitHub
Engineering · GitHub App installation
- Direction
- Read
- Objects
- repositories, branches, commits
PostgreSQL
Databases · TLS connection string and database role
- Direction
- Read
- Objects
- schemas, tables, views
REST API
Custom · API key, bearer token or OAuth 2.0
- Direction
- Read / governed write
- Objects
- configured endpoints, paginated collections, object detail
Microsoft SharePoint
Content · Microsoft Entra OAuth application
- Direction
- Read
- Objects
- sites, drives, folders
Jira
Work management · Atlassian OAuth 2.0
- Direction
- Read
- Objects
- projects, issues, comments
Confluence
Content · Atlassian OAuth 2.0
- Direction
- Read
- Objects
- spaces, pages, attachments
Slack
Collaboration · Slack OAuth application
- Direction
- Read
- Objects
- public channels, approved private channels, threads
Microsoft SQL Server
Databases · TLS database credentials
- Direction
- Read
- Objects
- schemas, tables, views
What certification evaluates
- AuthenticationCredentials remain server-side, encrypted and scoped to the minimum required permission.
- CompletenessInitial discovery, pagination, updates and supported object types are measured.
- LifecycleIncremental checkpoints, deletion, throttling, retry and controlled failures are exercised.
- Permission fidelitySource access labels are retained and applied before retrieval.