docs(agents): signup flow — payment link + autopay#622
Open
nathanliow wants to merge 3 commits into
Open
Conversation
Replace agenticSignup / checkSignupBalance references with the new heliusAccount.signup tool (mode: link | autopay | resume) and the matching helius-cli signup --plan / --pay / --resume flags. Updates EN docs (agents/mcp.mdx, agents/mcp/tools.mdx, agents/claude-code-plugin.mdx, agents/skills/build.mdx, agents/typescript-sdk.mdx, agents/overview.mdx, agents/llms.txt) plus zh mirrors. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
- Add purchaseCredits to the heliusAccount tool table; expand upgradePlan / payRenewal entries to mention link + autopay modes. - Replace the "Agent plan does not need email/firstName/lastName" note with the correct rule: every new signup, including Agent, requires contact info (matches SDK validation in src/auth/signup.ts). - Same fixes in the zh mirrors. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The auto-translation joined the Note content onto the same line as the opening tag, which MDX parses as a paragraph and then fails to close. Move content to its own line so Mintlify deployment succeeds. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
agenticSignup/checkSignupBalancereferences with the newheliusAccount.signuptool (mode: "link" | "autopay" | "resume").helius signup --plan agent(link),--resume, and--pay(autopay).Pairs with the Phase 1–3 SDK / monorepo / dev-portal-v2 / core-ai PRs.
Test plan
🤖 Generated with Claude Code