Skip to main content

Overview

Connect Stripe to manage payments, customers, and subscriptions.

Setup

1

Deploy

Dashboard → Integrations → Connectors → Find StripeDeploy
2

Add to Agent

Agent → Tools tab → Add Tool → Select Stripe
3

Configure

Enter your Stripe API Key
4

Test

Playground: “Show me recent payments”

Example Usage

User: "Get details for payment pi_123xyz"

Agent: Payment pi_123xyz:
       - Amount: $499.00
       - Status: Succeeded
       - Customer: john@example.com

Integration Example

With HubSpot:
User: "Update HubSpot deals when Stripe payments succeed"

Agent: *monitors Stripe payments*
       *updates HubSpot deal stages*

       Updated 5 HubSpot deals to "Closed Won"

Next Steps