# Connector parity matrix

> This table is generated from connector package manifests. A checked feature means the package declares support for that connector surface; missing support highlights either an...

Website: https://harnlang.com/connectors/parity-matrix.html

This page documents Harn, which is pre-1.0. Language, standard library, and CLI APIs may change. If the intended version is unclear, clarify before using this page.

---

<!-- GENERATED by `harn dump-connector-matrix` -- do not edit by hand. -->
<!-- Source of truth: connector package harn.toml [[providers]].capabilities declarations. -->

<!-- markdownlint-disable MD013 -->

This table is generated from connector package manifests. A checked feature means the package declares support for that connector surface; missing support highlights either an intentional scope boundary or a package gap.

Regenerate with `make gen-connector-matrix` and verify with `make check-connector-matrix`.

| Provider | Package version | Harn floor | Auth | Secrets | Credential env | Setup env | Setup | Validate | Package gate | Capabilities |
|---|---|---|---|---|---|---|---|---|---|---|
| `bitbucket` | [`harn-bitbucket-connector`](https://github.com/burin-labs/harn-bitbucket-connector) `0.2.0` | `>=0.10,<0.11` | `api-key` | `bitbucket/api-token`, `bitbucket/webhook-secret` | - | - | `harn connect bitbucket` | `harn connect status --connector bitbucket --json` | `harn package verify . --provider bitbucket` (1 fixtures) | webhook, rate-limit, pagination |
| `buildkite` | [`harn-buildkite-connector`](https://github.com/burin-labs/harn-buildkite-connector) `0.1.0` | `>=0.10,<0.11` | `api-key` | `buildkite/webhook-token`, `buildkite/api-token` | - | - | `harn connect buildkite` | `harn connect status --connector buildkite --json` | `harn package verify . --provider buildkite` (4 fixtures) | webhook, rate-limit, pagination |
| `circleci` | [`harn-circleci-connector`](https://github.com/burin-labs/harn-circleci-connector) `0.1.0` | `>=0.10,<0.11` | `api-key` | `circleci/webhook-secret`, `circleci/api-token` | - | - | `harn connect circleci` | `harn connect status --connector circleci --json` | `harn package verify . --provider circleci` (4 fixtures) | webhook, rate-limit, pagination |
| `github` | [`harn-github-connector`](https://github.com/burin-labs/harn-github-connector) `0.4.0` | `>=0.10,<0.11` | `github-app` | `github/app-private-key`, `github/webhook-secret` | - | - | `harn connect github` | `harn connect status --connector github --json` | `harn package verify . --provider github` (1 fixtures) | webhook, rate-limit, pagination, graphql |
| `linear` | [`harn-linear-connector`](https://github.com/burin-labs/harn-linear-connector) `0.0.0` | `>=0.10,<0.11` | `oauth2` | `linear/api-token`, `linear/webhook-secret` | - | - | `harn connect linear` | `harn connect status --connector linear --json` | `harn package verify . --provider linear` (10 fixtures) | webhook, oauth, rate-limit, pagination, graphql |
| `notion` | [`harn-notion-connector`](https://github.com/burin-labs/harn-notion-connector) `0.1.1` | `>=0.10,<0.11` | `oauth2` | `notion/api-token`, `notion/verification-token` | - | - | `harn connect notion` | `harn connect status --connector notion --json` | `harn package verify . --provider notion` (1 fixtures) | webhook, rate-limit, pagination |
| `render-logs` | [`harn-render-logs-connector`](https://github.com/burin-labs/harn-render-logs-connector) `0.1.0` | `unspecified` | `api-key` | `render/api-key` | - | - | `harn connect api-key --connector render-logs --secret-id render/api-key` | `harn connect status --connector render-logs --json` | `harn package verify . --provider render-logs` (1 fixtures) | webhook, rate-limit, streaming |
| `slack` | [`harn-slack-connector`](https://github.com/burin-labs/harn-slack-connector) `0.2.1` | `>=0.10,<0.11` | `oauth2` | `slack/signing-secret`, `slack/bot-token`, `slack/app-token` | - | - | `harn connect slack` | `harn connect status --connector slack --json` | `harn package verify . --provider slack` (2 fixtures) | webhook, rate-limit, pagination |

---

## Read next

- [Connector architecture status](https://harnlang.com/connectors/architecture.md)
- [Connector catalog](https://harnlang.com/connectors/catalog.md)
