Tools
| Name | Description |
|---|---|
list_accountsList Kill Bill accounts with bounded pagination. | List Kill Bill accounts with bounded pagination. |
get_accountGet a Kill Bill account by account ID. | Get a Kill Bill account by account ID. |
create_accountCreate a Kill Bill account for a customer. | Create a Kill Bill account for a customer. |
update_accountUpdate selected Kill Bill account fields. | Update selected Kill Bill account fields. |
get_subscriptionGet a Kill Bill subscription by ID. | Get a Kill Bill subscription by ID. |
create_subscriptionCreate a Kill Bill subscription for an account and plan. | Create a Kill Bill subscription for an account and plan. |
cancel_subscriptionCancel a Kill Bill subscription by ID with an optional requested date. | Cancel a Kill Bill subscription by ID with an optional requested date. |
list_account_invoicesList invoices for a specific Kill Bill account. | List invoices for a specific Kill Bill account. |
list_account_paymentsList payment attempts and transactions for a specific Kill Bill account. | List payment attempts and transactions for a specific Kill Bill account. |
trigger_invoice_dry_runRun a Kill Bill invoice dry run for a precise account without posting an invoice. | Run a Kill Bill invoice dry run for a precise account without posting an invoice. |
Triggers
| Name | Description |
|---|---|
recent_invoicePoll recent Kill Bill invoices after the trigger is enabled. | Poll recent Kill Bill invoices after the trigger is enabled. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('kill-bill', 'list_accounts', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'kill-bill',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Kill Bill to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Kill Bill support?
Kill Bill supports 10 tools including List Accounts, Get Account, Create Account, Update Account, Get Subscription, and more.
Can I use Kill Bill with AI agents?
Yes. Add Kill Bill to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Kill Bill be used in stateful agent workflows?
Yes. Agents can combine Kill Bill tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Kill Bill use?
Kill Bill uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Kill Bill integration cost?
The Kill Bill integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Kill Bill support?
Kill Bill supports 1 triggers including Recent Invoice.
Connect Kill Bill in minutes
Get 20,000 free action executions every month. No credit card required.