Replace Ambiguous AI setup with agent signup flow - #34
Open
sofiasanchez985 wants to merge 2 commits into
Open
sofiasanchez985 wants to merge 2 commits into
sofiasanchez985 wants to merge 2 commits into
Conversation
Point builders at the Invite your agent / New agent flows, and give them a pasteable prompt that provisions a workspace and agent identity through the vendor CLI. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The web template reads this variable, and apps/web/README.md links to this anchor to explain it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
Author
|
Restored the
Verified the variable name matches Still not restored from the original text, since the new flow covers the setup path: the identity-check first call ( |
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.
Replaces the body of the Ambiguous AI section in
using-sponsor-tools.md, starting at "Access and authentication..." The section heading is unchanged, so the#ambiguous-aianchor thatREADME.md,dev-docs/sponsors.md, andapps/web/README.mdlink to still resolves.What the section says now
npx ambiguous@latest auth signup, verifies withnpx ambiguous whoami, and pulls the operating guide fromhttps://app.ambiguous.ai/skill.One thing to decide before merging
The replaced text was the only place documenting
AMBIGUOUS_API_KEY— the root.envvariable the web template actually reads. It is still referenced by.env.example,dev-docs/troubleshooting.md, and code inapps/webandpackages/agent-core:apps/web/src/lib/server/workplace.tsapps/web/scripts/check-workplace.tspackages/agent-core/src/capabilities/workplace.tsMost visibly,
apps/web/README.mdline 22 says "Configure root.envwith OpenAI and Ambiguous AI" and links to this exact anchor — which no longer explains the key. Also gone: the identity-check first call, and the guidance on the MCP write boundary and 401 vs 403.The new signup flow issues a CLI credential, which is a different thing from the
AMBIGUOUS_API_KEYthe web template expects, so builders following the web template may be left without the variable they need. Happy to add a short Configure block back under the new content, or wireapps/web/README.mdto a different anchor — say which you prefer and I will push it.🤖 Generated with Claude Code