[
  {
    "id": "autumn-docs-1",
    "tier": "claimed-docs",
    "url": "https://docs.useautumn.com/documentation/customers/check.md",
    "excerpt": "const response = await autumn.check({ customerId: \"user_123\", featureId: \"messages\" });",
    "fetchedAt": "2026-09-10T19:13:59.978Z"
  },
  {
    "id": "autumn-docs-2",
    "tier": "claimed-docs",
    "url": "https://docs.useautumn.com/documentation/getting-started/gating.md",
    "excerpt": "await autumn.track({ customerId: \"user_or_org_id_from_auth\", featureId: \"messages\", value: 1, });",
    "fetchedAt": "2026-09-10T19:13:59.978Z"
  },
  {
    "id": "autumn-docs-3",
    "tier": "claimed-docs",
    "url": "https://docs.useautumn.com/documentation/modelling-pricing/credit-systems.md",
    "excerpt": "Credit systems let you track actions with different credit costs from a single balance pool.",
    "fetchedAt": "2026-09-10T19:13:59.978Z"
  },
  {
    "id": "autumn-docs-4",
    "tier": "claimed-docs",
    "url": "https://docs.useautumn.com/documentation/modelling-pricing/usage-based-pricing.md",
    "excerpt": "Pay-per-use (usage-based) pricing charges customers based on how much of a feature they actually consume, billed at the end of each billing period.",
    "fetchedAt": "2026-09-10T19:13:59.978Z"
  },
  {
    "id": "autumn-docs-5",
    "tier": "claimed-docs",
    "url": "https://docs.useautumn.com/cli/getting-started.md",
    "excerpt": "The `atmn` CLI lets you define your pricing plans in code via an `autumn.config.ts` file, and sync them to Autumn with a single command.",
    "fetchedAt": "2026-09-10T19:13:59.978Z"
  },
  {
    "id": "autumn-docs-6",
    "tier": "claimed-docs",
    "url": "https://docs.useautumn.com/cli/getting-started.md",
    "excerpt": "You can preview your plans without pushing anything: bunx atmn preview",
    "fetchedAt": "2026-09-10T19:13:59.978Z"
  },
  {
    "id": "autumn-docs-7",
    "tier": "claimed-docs",
    "url": "https://docs.useautumn.com/documentation/mcp.md",
    "excerpt": "Autumn MCP connects AI assistants to Autumn's billing, customer, plan, balance, and log tools.",
    "fetchedAt": "2026-09-10T19:13:59.978Z"
  },
  {
    "id": "autumn-docs-8",
    "tier": "claimed-docs",
    "url": "https://docs.useautumn.com/documentation/webhooks.md",
    "excerpt": "Fired whenever a customer's plans change — new subscriptions, upgrades, downgrades, etc.",
    "fetchedAt": "2026-09-10T19:13:59.978Z"
  },
  {
    "id": "autumn-docs-9",
    "tier": "claimed-docs",
    "url": "https://docs.useautumn.com/changelog/changelog",
    "excerpt": "Usage alerts gain a `basis` field that defines what 100% means: the full `balance` (the default, unchanged), the plan’s `included` grants, `recurring` grants, or a `usage_limit` window",
    "fetchedAt": "2026-09-10T19:13:59.978Z"
  },
  {
    "id": "autumn-docs-10",
    "tier": "claimed-docs",
    "url": "https://docs.useautumn.com/changelog/changelog",
    "excerpt": "Catalog plans now accept a `processors` object so Autumn can reuse your existing Stripe catalog instead of minting new objects.",
    "fetchedAt": "2026-09-10T19:13:59.978Z"
  },
  {
    "id": "autumn-docs-11",
    "tier": "claimed-docs",
    "url": "https://docs.useautumn.com/documentation/getting-started/setup.md",
    "excerpt": "If you already have products created in the dashboard, run `atmn pull` to pull them into your local config.",
    "fetchedAt": "2026-09-10T19:13:59.978Z"
  },
  {
    "id": "autumn-docs-12",
    "tier": "claimed-docs",
    "url": "https://docs.useautumn.com/documentation/getting-started/gating.md",
    "excerpt": "You can also [check and reserve] balance in a single, atomic API call for concurrent events.",
    "fetchedAt": "2026-09-10T19:13:59.978Z"
  },
  {
    "id": "autumn-docs-13",
    "tier": "claimed-docs",
    "url": "https://docs.useautumn.com/api-reference/billing/attach.md",
    "excerpt": "Attaches a plan to a customer. Handles new subscriptions, upgrades and downgrades.",
    "fetchedAt": "2026-09-10T19:13:59.978Z"
  },
  {
    "id": "autumn-comm-1",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/44365620",
    "excerpt": "Autumn combines billing, metering, and entitlements into a single state, unlike Lago which only handles billing—users must sync permissions themselves with Lago, but Autumn is the source of truth for feature access tied to billing status.",
    "fetchedAt": "2026-09-10T19:14:17.036Z"
  },
  {
    "id": "autumn-comm-2",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/44365620",
    "excerpt": "\"I've suffered so much with all the pricing changes I've been experimenting with (early stage solo founder)... I'm going to integrate autumn soon.\"",
    "fetchedAt": "2026-09-10T19:14:17.036Z"
  },
  {
    "id": "autumn-comm-3",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/44365620",
    "excerpt": "User asked about scaling: \"looks awesome, but how much can it scale up? i need to handle alot of throughput for my startup, like events per second\" - Autumn team responded they can handle ~1k events/second comfortably.",
    "fetchedAt": "2026-09-10T19:14:17.036Z"
  },
  {
    "id": "autumn-comm-4",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/44365620",
    "excerpt": "Concern raised that Autumn is only built on Stripe, with no support for other payment providers like Paystack, which is needed for regions like South Africa; commenter noted Lago supports custom payment integrations while Autumn doesn't yet.",
    "fetchedAt": "2026-09-10T19:14:17.036Z"
  },
  {
    "id": "autumn-comm-5",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/44365620",
    "excerpt": "\"love this as someone who's been fixing the same billing bugs over and over and who sometimes finds stripe more complex than it should be.\" Autumn team detailed handling race conditions, usage reset cycles, and annual/monthly billing transitions.",
    "fetchedAt": "2026-09-10T19:14:17.036Z"
  },
  {
    "id": "autumn-comm-6",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/43995122",
    "excerpt": "Commenters criticized Autumn's 'backendless billing' approach as reinventing JWTs poorly: \"Your encrypted customer ID has the exact same semantics as the original customer ID for an attacker, and is insecure.\"",
    "fetchedAt": "2026-09-10T19:14:17.036Z"
  },
  {
    "id": "autumn-comm-7",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/43995122",
    "excerpt": "Security concern raised: Autumn's server actions were public, unauthenticated routes, meaning \"a simple curl request with a different customer_id would let you upgrade/downgrade other accounts\" - a textbook IDOR vulnerability.",
    "fetchedAt": "2026-09-10T19:14:17.036Z"
  },
  {
    "id": "autumn-comm-8",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/43995122",
    "excerpt": "Multiple commenters found Autumn's 'backendless' marketing confusing and misleading: \"If it requires server actions, then it's not backendless? Just say you are simplifying the backend.\"",
    "fetchedAt": "2026-09-10T19:14:17.036Z"
  },
  {
    "id": "autumn-probe-1",
    "tier": "probe",
    "url": "https://docs.useautumn.com/llms.txt",
    "excerpt": "PROBE llms.txt: HTTP 200 at https://docs.useautumn.com/llms.txt # Autumn\n\n- [Welcome to Autumn](https://docs.useautumn.com/welcome.md): Drop-in, open-source control layer for AI and Sa",
    "fetchedAt": "2026-09-10T19:14:21.012Z"
  },
  {
    "id": "autumn-probe-2",
    "tier": "probe",
    "url": "https://docs.useautumn.com/openapi.json",
    "excerpt": "PROBE openapi: all candidate paths 404 (https://docs.useautumn.com/openapi.json, https://docs.useautumn.com/swagger.json, https://docs.useautumn.com/api/openapi.json, https://docs.useautumn.com/.well-known/openapi.json)",
    "fetchedAt": "2026-09-10T19:14:21.012Z"
  },
  {
    "id": "autumn-probe-3",
    "tier": "probe",
    "url": "https://docs.useautumn.com/documentation/mcp",
    "excerpt": "official MCP server documented at https://docs.useautumn.com/documentation/mcp",
    "fetchedAt": "2026-09-10T19:14:21.012Z"
  },
  {
    "id": "autumn-probe-4",
    "tier": "probe",
    "url": "https://docs.useautumn.com/cli/getting-started",
    "excerpt": "official CLI documented at https://docs.useautumn.com/cli/getting-started",
    "fetchedAt": "2026-09-10T19:14:21.012Z"
  }
]
