[docs-agent] Update simulation FAQs to list PAYG cap (75,000/day) and remove Growth/Scale tiers - #1577
Merged
Merged
Conversation
… remove Growth/Scale tiers Growth and Scale merged into Pay As You Go on Feb 1, 2025. Replaces the two tier-specific rows in the Simulation Limits and Pricing section with a single PAYG row at 75,000/day (matches the old Scale cap per SimulationHandlerUtils.java in alchemy-api-executors, per athanor). Free stays at 1,000/day and Enterprise stays unlimited. Also updates the bundle-simulation availability note from Growth+Enterprise to PAYG+Enterprise. Refs DOCS-209 Requested-by: @jakehobbs
🔗 Preview Mode
|
jakehobbs
previously approved these changes
Aug 27, 2026
github-actions
Bot
dismissed
jakehobbs’s stale review
August 27, 2026 21:57
@jakehobbs you are listed as the originator of this docs request (via the Requested-by trailer on a docs-agent commit). Per the docs-agent self-review policy, the originator can't approve their own request. Please ask another team member to review.
thebrianchen
approved these changes
Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Growth and Scale plans merged into Pay As You Go on February 1, 2025, but
content/api-reference/alchemy-transact/transaction-simulation/simulation-faqs.mdxstill listed the old tier caps in the "Simulation Limits and Pricing" section. This PR replaces the two tier-specific rows with a single Pay As You Go row at 75,000 simulations/day (matching the old Scale cap, confirmed by @limawebdev1 / athanor againstSimulationHandlerUtils.javainsimulations-25/simulations-21inOMGWINNING/alchemy-api-executors). Free stays at 1,000/day and Enterprise stays unlimited. The bundle-simulation availability note is updated from "Growth and Enterprise tiers" to "Pay As You Go and Enterprise tiers".Diff:
Sanity-checked the rest of the sim docs —
grep -inE "growth|scale"acrosscontent/api-reference/alchemy-transact/transaction-simulation/returns matches only insimulation-faqs.mdx. No other simulation pages reference the retired tiers.Left the September 30, 2026 deprecation Warning at the top of the page untouched — it's still accurate and out of scope for this ticket.
Linear
DOCS-209 — https://linear.app/alchemyapi/issue/DOCS-209/update-simulation-faqs-to-list-payg-cap-75000day-and-remove
Requested by
@jakehobbs (via Slack thread)