Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
639 changes: 639 additions & 0 deletions browsers/enable-payments-in-browser-agent.mdx

Large diffs are not rendered by default.

20 changes: 18 additions & 2 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
{ "source": "/home", "destination": "/" },
{ "source": "/llm.md", "destination": "/integrations/stripe-projects" },
{ "source": "/llm-browser.md", "destination": "/integrations/stripe-projects-browser" },
{ "source": "/integrations/agent-browser", "destination": "/integrations/vercel/agent-browser" }
{ "source": "/integrations/agent-browser", "destination": "/integrations/vercel/agent-browser" },
{ "source": "/vaults/overview", "destination": "/vaults" },
{ "source": "/integrations/payments/link", "destination": "/integrations/payments/stripe-link" },
{ "source": "/vaults/payments", "destination": "/browsers/enable-payments-in-browser-agent" },
{ "source": "/browsers/pay-through-browser-checkout", "destination": "/browsers/enable-payments-in-browser-agent" },
{ "source": "/browsers/add-payments-to-browser-agent", "destination": "/browsers/enable-payments-in-browser-agent" }
],
"theme": "palm",
"appearance": {
Expand Down Expand Up @@ -125,14 +130,16 @@
"auth/faq"
]
},
"vaults",
"info/api-keys",
"info/audit-logs",
"browsers/file-io",
"browsers/curl",
"browsers/ssh",
"browsers/computer-controls",
"browsers/playwright-execution",
"browsers/playwright-computer-use-fallback"
"browsers/playwright-computer-use-fallback",
"browsers/enable-payments-in-browser-agent"
]
},
{
Expand Down Expand Up @@ -210,6 +217,15 @@
"integrations/computer-use/yutori"
]
},
{
"group": "Payments",
"icon": "/images/integration-icons/payments.svg",
"pages": [
"integrations/payments/overview",
"integrations/payments/stripe-link",
"integrations/payments/agentcard"
]
},
Comment thread
cursor[bot] marked this conversation as resolved.
"integrations/hermes-agent",
"integrations/laminar",
"integrations/stagehand",
Expand Down
6 changes: 6 additions & 0 deletions images/integration-icons/payments.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions integrations/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Kernel provides detailed guides for popular agent frameworks:
- **[Computer Use (OpenAGI)](/integrations/computer-use/openagi)** - OpenAGI's computer use capability
- **[Computer Use (Yutori)](/integrations/computer-use/yutori)** - Yutori Navigator n1.5 pixels-to-actions model
- **[Laminar](/integrations/laminar)** - Observability and tracing for AI browser automations
- **[Payments](/integrations/payments/overview)** - Add provider-backed payments to browser agents without exposing card data
- **[Val Town](/integrations/valtown)** - Serverless function runtime
- **[Stripe Projects](/integrations/stripe-projects)** - Provision Kernel plans and API keys via the Stripe Projects CLI
- **[Vercel](https://github.com/onkernel/vercel-template)** - Deploy browser automations to Vercel
Expand Down
Loading
Loading