docs: Clarify platform-wide SOC 2 in docs FAQ#3529
Open
Shawn Esquivel (shawnesquivel) wants to merge 2 commits into
Open
docs: Clarify platform-wide SOC 2 in docs FAQ#3529Shawn Esquivel (shawnesquivel) wants to merge 2 commits into
Shawn Esquivel (shawnesquivel) wants to merge 2 commits into
Conversation
|
Shawn Esquivel (@shawnesquivel) is attempting to deploy a commit to the Composio Team on Vercel. A member of the Team first needs to authorize it. |
148d8d3 to
d291d69
Compare
Alberto Schiabel (jkomyno)
approved these changes
Jun 8, 2026
Quinn (qdonohue)
approved these changes
Jun 9, 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
This PR strengthens the docs FAQ copy around Composio security, compliance, and Enterprise packaging:
GEO / AI visibility context
This came from Geodude Enterprise gap tracking. We tested prompts asking whether SOC 2 is platform-wide or Enterprise-only.
The observed failure pattern was consistent:
/pricinglive plaintext currently placesDedicated SLA & SOC-2inside the Enterprise block next toVPC/On-Prem Option, which makes models infer SOC 2 is an Enterprise-only entitlement./enterpriselive plaintext mentionsSOC 2 / ISO 27001:2022andIndependently audited and certified, but because the claim appears only on the Enterprise page, models often fail to state the tier scope.Ground truth we want answer engines to recover:
https://trust.composio.dev/.Why this file
The exact
/pricingand/enterprisemarketing page source was not present in this checkout. This change updatesdocs/content/docs/common-faq.mdx, which is already part of the docs app navigation/default links and gives AI systems a clear canonical FAQ answer to cite. The marketing pages should still get the same copy pattern in their owning repo/source when available.Validation
bun run types:checkindocspassed after installing docs dependencies.git diff --check -- docs/content/docs/common-faq.mdxpassed.Note:
docs/bun.lockhad a pre-existing unstaged local change in this checkout and was intentionally not included in this PR.