Weavz
Kill Bill

Kill Bill

Manage Kill Bill accounts, subscriptions, invoices, payments, invoice dry runs, and subscription cancellations.

10 tools
1 trigger

Tools

Name
list_accounts

List Kill Bill accounts with bounded pagination.

get_account

Get a Kill Bill account by account ID.

create_account

Create a Kill Bill account for a customer.

update_account

Update selected Kill Bill account fields.

get_subscription

Get a Kill Bill subscription by ID.

create_subscription

Create a Kill Bill subscription for an account and plan.

cancel_subscription

Cancel a Kill Bill subscription by ID with an optional requested date.

list_account_invoices

List invoices for a specific Kill Bill account.

list_account_payments

List payment attempts and transactions for a specific Kill Bill account.

trigger_invoice_dry_run

Run a Kill Bill invoice dry run for a precise account without posting an invoice.

Triggers

Name
recent_invoice

Poll recent Kill Bill invoices after the trigger is enabled.

Quick Start

TypeScript
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.