{
  "schema": "kallipolis.resource-quality.v1",
  "id": "resource.connector.stripe-api",
  "version": "1.0.0",
  "title": "Stripe API connector boundary",
  "summary": "Official-source sandbox/live, secret/publishable/restricted-key, server-side mutation, and financial-action boundaries for Stripe connectors.",
  "content": {
    "kind": "connector-boundary",
    "facts": [
      {
        "id": "fact.stripe.api-keys.read",
        "statement": "Server-side Stripe API reads authenticate with an account secret or restricted key, while publishable keys are limited to client-side operations.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.stripe.api-keys"
        ]
      },
      {
        "id": "fact.stripe.api-keys.write",
        "statement": "Secret keys can perform account API mutations, including financially consequential operations; restricted keys should limit resources and permissions wherever possible.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.stripe.api-keys"
        ]
      },
      {
        "id": "fact.stripe.api-keys.auth",
        "statement": "Sandbox and live keys are distinct, webhook signing secrets are separate credentials, and all server secrets must remain outside client code and version control.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.stripe.api-keys"
        ]
      },
      {
        "id": "fact.stripe.api-keys.boundary",
        "statement": "A prospective connector defaults to sandbox and read-only preparation; no payment, charge, refund, payout, subscription, transfer, or live-mode operation is authorized by this record.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.stripe.api-keys"
        ]
      }
    ]
  },
  "language": "en",
  "category": "enterprise-application-connector",
  "state": "prepared",
  "canonicalUrl": "https://platoskallipolis.com/resources/enterprise-application-connectors/stripe-api.json",
  "contentHash": "sha256:779e6a282ce1e6e581bb96a27a03188cf0e7f76d16281dc5e795b69b62a7bf48",
  "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/stripe-api.json",
    "authentication": "none",
    "robotsAllowed": true
  },
  "provenance": {
    "method": "primary-source",
    "sources": [
      {
        "id": "source.stripe.api-keys",
        "url": "https://docs.stripe.com/keys",
        "title": "API keys",
        "publisher": "Stripe",
        "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://stripe.com/legal/ssa",
    "redistributionAllowed": false
  },
  "evidence": [
    {
      "id": "evidence.stripe.api-keys",
      "type": "source-claim",
      "url": "https://docs.stripe.com/keys",
      "observedAt": "2026-08-27T01:30:00Z"
    }
  ]
}
