Tools
| Name | Description |
|---|---|
get_customerGet a Frisbii customer by handle. | Get a Frisbii customer by handle. |
create_customerCreate a Frisbii customer record without charging payment methods. | Create a Frisbii customer record without charging payment methods. |
update_customerUpdate selected Frisbii customer fields by handle. | Update selected Frisbii customer fields by handle. |
list_subscriptionsList Frisbii subscriptions with customer, plan, and state filters. | List Frisbii subscriptions with customer, plan, and state filters. |
get_subscriptionGet a Frisbii subscription by handle. | Get a Frisbii subscription by handle. |
cancel_subscriptionCancel a Frisbii subscription by handle with optional expiry settings. | Cancel a Frisbii subscription by handle with optional expiry settings. |
list_invoicesList Frisbii invoices with narrow customer, subscription, status, and due filters. | List Frisbii invoices with narrow customer, subscription, status, and due filters. |
create_customer_invoiceCreate a Frisbii customer invoice with explicit order lines and optional settlement settings. | Create a Frisbii customer invoice with explicit order lines and optional settlement settings. |
create_charge_sessionCreate a Frisbii checkout charge session for an invoice or explicit order. | Create a Frisbii checkout charge session for an invoice or explicit order. |
Triggers
| Name | Description |
|---|---|
invoice_createdPoll Frisbii invoices after the trigger is enabled. | Poll Frisbii 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('frisbii', 'get_customer', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'frisbii',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Frisbii Billing & Pay 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 Frisbii Billing & Pay support?
Frisbii Billing & Pay supports 9 tools including Get Customer, Create Customer, Update Customer, List Subscriptions, Get Subscription, and more.
Can I use Frisbii Billing & Pay with AI agents?
Yes. Add Frisbii Billing & Pay 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.
How do I connect Frisbii Billing & Pay to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Frisbii Billing & Pay as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Frisbii Billing & Pay tools exposed by that workspace.
Does Frisbii Billing & Pay work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Frisbii Billing & Pay work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Frisbii Billing & Pay?
Frisbii Billing & Pay exposes 9 tools, including Get Customer, Create Customer, Update Customer, List Subscriptions, Get Subscription, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Frisbii Billing & Pay be used in stateful agent workflows?
Yes. Agents can combine Frisbii Billing & Pay 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 Frisbii Billing & Pay use?
Frisbii Billing & Pay uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Frisbii Billing & Pay integration cost?
The Frisbii Billing & Pay integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Frisbii Billing & Pay support?
Frisbii Billing & Pay supports 1 triggers including Invoice Created.
Connect Frisbii Billing & Pay in minutes
Get 20,000 free action executions every month. No credit card required.