@kilnai/integration-stripe
v2.1.0
Published
Stripe integration adapter for Kiln AI — payment links, product lookup
Downloads
45
Readme
Operations
| Operation | Description |
|-----------|-------------|
| create_payment_link | Create a payment link for one or more products |
| list_payment_links | List existing payment links |
| get_payment_link | Retrieve a specific payment link by ID |
Install
bun add @kilnai/integration-stripeRequires @kilnai/core ^2.1.0 as a peer dependency.
Usage
import { IntegrationRegistry } from "@kilnai/core";
import { adapter } from "@kilnai/integration-stripe";
IntegrationRegistry.register(adapter);The adapter expects a ResolvedCredential with a Stripe secret key as the value.
SDK
Built on the official stripe Node.js SDK.
