{
  "schema": "kallipolis.resource-quality.v1",
  "id": "resource.connector.slack-web-api",
  "version": "1.0.0",
  "title": "Slack Web API connector boundary",
  "summary": "Official-source read, write, transport, OAuth-token, scope, and secret-handling boundaries for a prospective Slack connector.",
  "content": {
    "kind": "connector-boundary",
    "facts": [
      {
        "id": "fact.slack.web-api.read",
        "statement": "Slack describes the Web API as HTTP RPC-style methods for querying workspace information, with each method documenting its required arguments and scopes.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.slack.web-api"
        ]
      },
      {
        "id": "fact.slack.web-api.write",
        "statement": "The Web API also contains methods that enact workspace changes; most write methods accept JSON, and each mutating method must be separately allowlisted.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.slack.web-api"
        ]
      },
      {
        "id": "fact.slack.web-api.auth",
        "statement": "Requests use a user or bot bearer token negotiated through Slack OAuth 2.0, and the token must not be published or committed.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.slack.web-api"
        ]
      },
      {
        "id": "fact.slack.web-api.boundary",
        "statement": "A method reference does not grant workspace access or authorize posting, editing, deleting, inviting, or reading private content.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.slack.web-api"
        ]
      }
    ]
  },
  "language": "en",
  "category": "enterprise-application-connector",
  "state": "prepared",
  "canonicalUrl": "https://platoskallipolis.com/resources/enterprise-application-connectors/slack-web-api.json",
  "contentHash": "sha256:32480db0f43bcb85a90136824356178ec05b0c233e17450ea66ec146ca52c493",
  "owner": {
    "id": "platos-kallipolis",
    "name": "Plato's Kallipolis",
    "type": "organization",
    "accountabilityUrl": "https://platoskallipolis.com/about"
  },
  "access": {
    "mode": "public",
    "url": "https://platoskallipolis.com/resources/enterprise-application-connectors/slack-web-api.json",
    "authentication": "none",
    "robotsAllowed": true
  },
  "provenance": {
    "method": "primary-source",
    "sources": [
      {
        "id": "source.slack.web-api",
        "url": "https://docs.slack.dev/apis/web-api/",
        "title": "Slack Web API",
        "publisher": "Slack",
        "observedAt": "2026-08-27T01:30:00Z"
      }
    ]
  },
  "observedAt": "2026-08-27T01:30:00Z",
  "freshness": {
    "policy": "max-age",
    "state": "current",
    "nextReviewAt": "2026-09-03T01:30:00Z",
    "maxAgeSeconds": 604800
  },
  "license": {
    "id": "source-terms-apply",
    "url": "https://slack.com/terms-of-service/api",
    "redistributionAllowed": false
  },
  "evidence": [
    {
      "id": "evidence.slack.web-api",
      "type": "source-claim",
      "url": "https://docs.slack.dev/apis/web-api/",
      "observedAt": "2026-08-27T01:30:00Z"
    }
  ]
}
