docs: bring-your-own-key copy (drop subscription-login claim) — compliance - #85
Merged
Conversation
…compliance) Powering a distributed third-party app with a provider SUBSCRIPTION login isn't a clean path — Anthropic prohibits it, OpenAI recommends API keys. Stop advertising it on the README + Pages site; lead with connecting a Claude/OpenAI API key. The in-app strings + the CLI backends themselves are removed by the single-agent refactor (docs/design/single-agent.md).
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.
Neutralizes the "no API key needed — uses your existing login" messaging on the live surfaces.
Why: powering a distributed third-party app with a provider subscription login isn't a clean path — Anthropic explicitly prohibits it, OpenAI recommends API keys for distributed/programmatic use. So we stop advertising it and lead with bring your own key (Claude / OpenAI).
Scope (live surfaces):
docs/index.html(Pages) — the 'No API key to paste — it uses your existing login' claim → connect your Claude/OpenAI key.Not in scope (handled by the refactor): the in-app status strings and the CLI backends themselves are removed by the single-agent change (docs/design/single-agent.md / PR #84). This is the quick standalone fix for the public-facing claim while that lands.
Docs-only — no code change.