Skip to content

Commit 1ae96d4

Browse files
authored
add Stripe connection details page (#177)
1 parent 0586922 commit 1ae96d4

14 files changed

+425
-2
lines changed

agents/available-connections.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,32 @@ agent card for the full list.
3434
</div>
3535

3636
</Card>
37+
<Card>
38+
<div className="flex items-center gap-2">
39+
<img
40+
src="/images/agents/connections/icons/stripe.png"
41+
alt="Stripe"
42+
width={24}
43+
height={24}
44+
/>
45+
<span className="text-lg font-semibold">Stripe</span>
46+
</div>
47+
Stripe powers online and in-person payment processing and financial
48+
solutions for businesses of all sizes.
49+
<div className="mt-4 flex items-center justify-between">
50+
<span className="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-gray-100 text-gray-800">
51+
46 tools
52+
</span>
53+
54+
<a
55+
href="/agents/connections/stripe"
56+
className="px-3 py-1 bg-gray-100 hover:bg-gray-200 dark:bg-gray-700 dark:hover:bg-gray-600 dark:text-gray-200 rounded"
57+
>
58+
Details
59+
</a>
60+
</div>
61+
62+
</Card>
3763
<Card>
3864
<div className="flex items-center gap-2">
3965
<img

0 commit comments

Comments
 (0)