From 5f0ac4650b52adbe5e2c465aa3a53ac3a8445a06 Mon Sep 17 00:00:00 2001 From: Kishore Kumar Date: Fri, 3 Jul 2026 17:38:31 +0530 Subject: [PATCH 1/2] =?UTF-8?q?docs(m108):=20changelog=20=E2=80=94=20six?= =?UTF-8?q?=20connectors=20+=20catalog=20+=20bounded=20broker=20mint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an Update for the M108 connector platform: Grafana, Zoho Desk, Jira, Linear, Fly, and Datadog join GitHub and Slack — OAuth refresh connectors + API-key connectors, the registry-driven GET /v1/connectors catalog, and the now deadline-bounded broker token exchanges. Co-Authored-By: Claude Opus 4.8 (1M context) --- changelog.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 4a7a39d..2af53b7 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -22,6 +22,22 @@ export const STAGE_SELF_MANAGED_M66 = "$0.0001"; agentsfleet is in **stealth-mode testing** and pre-production. APIs and agent behavior may change between releases without long deprecation windows. Email [agentsfleet@agentmail.to](mailto:agentsfleet@agentmail.to) if you want a hand calibrating an agent or to join as a design partner. + + ## Connect Grafana, Zoho Desk, Jira, Linear, Fly, and Datadog + + Six connectors join GitHub and Slack on the connector platform. Each connect lands a vaulted credential the platform mints short-lived tokens from, and every vendor call runs under an enforced deadline. Open **Connectors** in the dashboard and the cards render from the live registry — there is no hard-coded provider list. + + ## What's new + + - **OAuth connectors** — Zoho Desk, Jira, and Linear connect with a browser OAuth round-trip and store a refresh token; the credential broker mints fresh access tokens on demand, so a workspace stays connected without re-authorizing. Jira resolves its Atlassian cloud instance during connect. + - **API-key connectors** — Datadog, Grafana, and Fly take an operator-supplied key, checked by a live validation probe before it is vaulted; a rejected key returns `UZ-CONN-005` and nothing is stored. + - **Connector catalog** — `GET /v1/connectors` lists every provider with its archetype and whether it is configured (platform side) and connected (for the workspace). The dashboard cards read from it. + + ## Fixes + + - **Bounded broker calls** — the credential broker's token exchanges are now deadline-armed and fail closed, so a hung vendor token endpoint can no longer stall a mint. + + ## Add a workspace template from the dashboard From 06e35a1a9d941e4fb696323cafce76bb5301c30f Mon Sep 17 00:00:00 2001 From: Kishorekumar Neelamegam Date: Fri, 3 Jul 2026 19:40:56 +0530 Subject: [PATCH 2/2] Update changelog.mdx Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.mdx b/changelog.mdx index 2af53b7..7abdb16 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -22,7 +22,7 @@ export const STAGE_SELF_MANAGED_M66 = "$0.0001"; agentsfleet is in **stealth-mode testing** and pre-production. APIs and agent behavior may change between releases without long deprecation windows. Email [agentsfleet@agentmail.to](mailto:agentsfleet@agentmail.to) if you want a hand calibrating an agent or to join as a design partner. - + ## Connect Grafana, Zoho Desk, Jira, Linear, Fly, and Datadog Six connectors join GitHub and Slack on the connector platform. Each connect lands a vaulted credential the platform mints short-lived tokens from, and every vendor call runs under an enforced deadline. Open **Connectors** in the dashboard and the cards render from the live registry — there is no hard-coded provider list.