Skip to content

Reflect Free/Enterprise pricing in plan references - #6782

Open
devin-ai-integration[bot] wants to merge 3 commits into
mainfrom
devin/1788191141-pricing-free-enterprise
Open

Reflect Free/Enterprise pricing in plan references#6782
devin-ai-integration[bot] wants to merge 3 commits into
mainfrom
devin/1788191141-pricing-free-enterprise

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Summary

Pricing collapses from Hobby/Team/Enterprise to Free/Enterprise (marketing-site #435). Docs now use only two plan names, and every feature the pricing tables mark Enterprise-only opens with the standard <Markdown src="/snippets/enterprise-plan.mdx"/> gate; features in the Free column have no gate.

Plan references

  • Team members table (dashboard/pages/permissions.mdx): Hobby 2 / Team 5 / Enterprise CustomFree 10 / Enterprise Custom.
  • AI credits tip (docs/pages/ai/overview.mdx): 250 (Free) / custom (Enterprise).

Enterprise gate added (Enterprise-only in the Docs pricing table)

  • RBAC (replaces a hand-written Team/Enterprise warning)
  • Custom CSS & JavaScript, custom React components, localization

Gate removed (now Free)

  • Docs: PDF export, custom subpath, versions, products, audiences, feature flags, Ask Fern API (team-plan.mdx)
  • SDKs/API definitions: OAuth security schemes, x-fern-pagination, idempotency headers, auto-pagination, retries with backoff (enterprise-plan.mdx)

New SDK-scoped gate for pages shared by Docs and SDKs where pricing differs (audiences and SSE are Free for docs, Enterprise for SDKs):

<!-- fern/snippets/enterprise-plan-sdks.mdx -->
<Warning title="Enterprise feature for SDKs">
    Using this feature in generated SDKs requires the Enterprise plan. API Reference docs can use it on all plans. ...
</Warning>

Used on the OpenAPI/AsyncAPI/Fern Definition audiences pages and the OpenAPI/Fern Definition SSE pages, replacing team-or-enterprise-plan.mdx.

team-plan.mdx and team-or-enterprise-plan.mdx stay on disk because generated fern/translations/ still reference them; the nightly sync drops those once these pages land.

fern check reports 0 errors (12 pre-existing warnings).

Link to Devin session: https://app.devin.ai/sessions/031c6c8a27c24f02a9413e470a001f7b
Open in Devin Desktop: https://app.devin.ai/desktop/session/031c6c8a27c24f02a9413e470a001f7b?variant=devin

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@github-actions

github-actions Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

devalog and others added 2 commits September 1, 2026 12:55
Pricing lists advanced RBAC as Enterprise-only, so it is not part of Free.

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Add the Enterprise gate to custom CSS/JS, custom React components, and
localization. Replace the Team-or-Enterprise gate on audiences and SSE
pages with an SDK-scoped Enterprise gate (docs use is Free). Drop gates
on OAuth, pagination, idempotency, and retries, which are now Free.

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant