Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
There was a problem hiding this comment.
Stale comment
Risk assessment: Low
Decision: Risk is unchanged after this update. The prior approval stands; not re-approving.
Re-evaluation after
383f946This synchronize deletes a 5-line
<Warning>under Fill the approved fields. The samefilldisclosure rules remain in the shared safety list and in the Link coding-agent prompt (do not read filled values back, expose them in model context, or assume recordings omit them). This commit does not change executable examples, prompts, navigation, or config.Overall scope (current HEAD vs
main)
- Single file:
browsers/enable-payments-in-browser-agent.mdx(429 insertions / 393 deletions).- Mintlify documentation only. No application code, APIs, auth, billing logic, infrastructure, or
docs.jsonchanges.- No CODEOWNERS file in the repo.
Why Low (not Very Low)
Earlier commits on this PR still relocate and tighten copy-paste coding-agent prompts (trusted merchant order record as the success bar,
recovery_required/ no-retry language). Prompt-text edits can change agent behavior, so this stays Low rather than Very Low. The delta is localized and more conservative.Why not Medium or higher
No shared runtime systems, production logic, or infrastructure are modified. Blast radius is this docs page. The latest commit does not relax isolation, retry, or approval-outside-the-agent constraints.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Risk assessment: Low
Decision: Risk is unchanged after 383f946. The prior approval stands; not re-approving.
Re-evaluation after 383f946
This commit deletes a 5-line <Warning> under Fill the approved fields. The same fill disclosure rules remain in the Link coding-agent prompt (do not read filled values back, expose them in model context, or assume recordings omit them). Shared safety rules at the top of the page still cover enrollment/approval isolation, independent verification, no-retry, and merchant order-record confirmation. This commit does not change executable examples, prompts, navigation, or config.
Overall scope (current HEAD vs main)
- Single file:
browsers/enable-payments-in-browser-agent.mdx(429 insertions / 393 deletions). - Mintlify documentation only. No application code, APIs, auth, billing logic, infrastructure, or
docs.jsonchanges. - No CODEOWNERS file in the repo.
Why Low (not Very Low)
Earlier commits on this PR relocate and tighten copy-paste coding-agent prompts (trusted merchant order record as the success bar, recovery_required / no-retry language). Prompt-text edits can change agent behavior, so this stays Low rather than Very Low. The latest delta is localized and more conservative.
Why not Medium or higher
No shared runtime systems, production logic, or infrastructure are modified. Blast radius is this docs page. The latest commit does not relax isolation, retry, or approval-outside-the-agent constraints.
Sent by Cursor Automation: Assign PR reviewers
| - choose a wallet integration from the [wallet overview](/integrations/wallets/overview), then follow its tab below. | ||
| - install a KERNEL sdk with the `vaults` resource. set `KERNEL_API_KEY` and `KERNEL_PROJECT_ID` in your controller. | ||
| - use a low-value checkout you control. link is live-only and requires an https merchant origin and verified field selectors. agentcard requires a [native processor adapter](/integrations/wallets/overview#checkout-and-processor-coverage); the processor doesn't need to be stripe. | ||
| - for agentcard, set `AGENTCARD_MODE` in your controller and verify it against the credential's mode. customer-owned configs expose `test_mode` (`true` means sandbox); for KERNEL-managed credentials, confirm the deployment's mode. stop if the mode is unknown or mismatched. |
There was a problem hiding this comment.
what is AGENTCARD_MODE? Is this env variable in the users application code?
There was a problem hiding this comment.
if this is like an example env variable name, we should not specify this?


Summary
Validation
mint broken-links— passed.git diff main...HEAD --check— passed; full diff reviewed for scope and unnecessary changes.Note
Low Risk
Documentation-only edits to a single MDX guide; no runtime, auth, or payment API behavior changes.
Overview
Restructures Enable Payments in a Browser Agent so one-time wallet setup is separate from the per-purchase flow, with clearer roles (controller, agent, user) and shared safety rules up front.
Provider choice now points at the wallet overview instead of an inline Link vs Agentcard table. Checkout steps live in Link by Stripe and Agentcard tabs; Stripe payment links, disclosure controls, and wallet edge cases move into expandable Checkout-specific notes.
The purchase path now explicitly creates the browser and navigates to checkout before verification, then walks through verify/confirm, non-card fields, provider-specific payment input, and outcome verification—with merchant order record confirmation as the success bar (also reflected in the end-of-guide coding-agent CLI prompts). Roadmap prose is removed; coding-agent copy moves to Try with a coding agent at the bottom. Executable SDK/CLI examples and section anchors are preserved; surrounding prose is trimmed.
Reviewed by Cursor Bugbot for commit 383f946. Bugbot is set up for automated code reviews on this repo. Configure here.