Use Stripe with NimbleBrain.
Connect Stripe and just ask — no workflow to build. Payments, customers, and subscriptions. The agent gets 14 actions, running under your own credentials.
Everything the agent can do in Stripe
Payments, customers and subscriptions. Billing is where a stale adapter costs real money, so this one runs Stripe’s own server rather than our copy of it — the conservative choice, not the lazy one.
14 actions
- Create customer
- Retrieve customer
- List customers
- Search customers
- Update customer
- Create invoice
- List invoices
- Create subscription
- List subscriptions
- Cancel subscription
- List charges
- Create refund
- List products
- Retrieve balance
Nobody types an action name
You ask. The agent works out which of its actions that takes, and in what order.
Which subscriptions failed to renew this month?
Calling 3 actions in Stripe
- Create subscription
- List subscriptions
- Cancel subscription
- Working
What has this customer paid us since they signed?
Calling 3 actions in Stripe
- Create customer
- Retrieve customer
- List customers
- Working
Find the invoice they are asking about.
Calling 2 actions in Stripe
- Create invoice
- List invoices
- Working
Three steps, and Stripe is reachable.
-
Install it
Find Stripe in the directory inside your workspace and install it. No adapter for us to build first, no queue to join.
-
Connect the account
Sign in at the vendor, or hand an admin credential over once. Tokens stay with the workspace or the person who owns them — never pooled, never copied to us.
-
Ask for the work
The tools show up in front of the agent, under the same access wall as everything else. Describe the job in plain language, or put it on a schedule.