# Maxio AI integration on Definable

> Subscription billing and revenue management platform (formerly Chargify)

## What this connects

Subscription billing and revenue management platform (formerly Chargify)

Vendor: https://www.maxio.com

## Tools available

**177** tools available. First 12:

- `MAXIO_ALLOCATE_COMPONENT` — Allocate Component — Creates an allocation for a component on a subscription. Use when you need to allocate quantities of a metered, quantity-based, or on/off component to a subscription. This action is commonly used to: - Add a new component to a subscription (initial allocation) - Upgrade or downgrade the quantity of an existing component - Reactivate a previously cancelled component - Record usage for metered components Note: For metered components, allocating a quantity records usage. For on/off components, use quantity=1 to turn it on or quantity=0 to turn it off.
- `MAXIO_APPLY_COUPONS_TO_SUBSCRIPTION` — Apply Coupons to Subscription — Applies one or more coupons to a subscription. Use when you need to apply promotional discounts or coupon codes to an existing subscription. The coupon must be valid and not expired for the operation to succeed.
- `MAXIO_ARCHIVE_COMPONENT` — Archive Component — Archives a component to prevent new allocations. Use this action when you need to stop allowing new component allocations while keeping existing allocations active. This action is irreversible — once archived, the component cannot be used for new subscriptions, but existing subscriptions with the component will continue to work.
- `MAXIO_ARCHIVE_COMPONENT_PRICE_POINT` — Archive Component Price Point — Archives a component price point, making it inactive. Use when you need to deactivate a price point that is no longer needed but should not be permanently deleted. Archived price points are no longer available for new subscriptions but remain accessible for historical reference. This action is irreversible — once archived, a price point cannot be directly unarchived to its original state (use the unarchive action instead).
- `MAXIO_ARCHIVE_COUPON` — Archive Coupon — Archives a coupon to prevent new uses. Use this action when you need to deactivate a coupon while preserving its redemption history. This action is irreversible — once archived, the coupon cannot be used for new subscriptions, but existing redemptions remain valid.
- `MAXIO_ARCHIVE_OFFER` — Archive Offer — Archives an offer to prevent new subscriptions from using it. Use this action when you need to deactivate an offer while preserving existing subscriptions. This action is irreversible — once archived, the offer cannot be used for new subscriptions, but existing subscriptions using this offer will continue to function normally.
- `MAXIO_ARCHIVE_PRODUCT` — Archive Product — Archives a product to prevent new subscriptions from being created. Use this action when you need to stop accepting new subscriptions for a product while keeping existing subscriptions active. This action is irreversible - once archived, the product cannot be unarchived.
- `MAXIO_ARCHIVE_PRODUCT_PRICE_POINT` — Archive product price point — Archives a product price point by its ID. Use when you need to deactivate and archive a price point that is no longer needed. Archived price points cannot be used for new subscriptions but existing subscriptions will continue to use them. This action is irreversible once completed.
- `MAXIO_CANCEL_DELAYED_CANCELLATION` — Cancel Delayed Cancellation — Cancels a scheduled cancellation on a subscription. Use when a user wants to undo a previously scheduled cancellation before it takes effect. This action is reversible only before the scheduled cancellation time passes.
- `MAXIO_CLONE_COMPONENT_PRICE_POINT` — Clone Component Price Point — Clones an existing component price point to create a new one. Use this action when you need to duplicate a price point with all its pricing configuration, optionally providing a new name for the cloned version. The cloned price point will inherit all pricing settings from the source price point including the pricing scheme, prices, and currency configuration.
- `MAXIO_CREATE_BULK_PRODUCT_PRICE_POINTS` — Bulk Create Product Price Points — Creates multiple product price points in a single API call. Use when you need to set up several pricing options for a product at once, such as creating tiered pricing plans (e.g., Basic, Standard, Premium) with different prices, intervals, and trial periods. This is more efficient than creating price points individually. The price_points array accepts price point objects with fields like name, price_in_cents, interval_unit, interval_length, trial configuration, and initial fees.
- `MAXIO_CREATE_COMPONENT` — Create Component — Creates a new component within a product family in Chargify. Use when you need to add billing components like metered usage, quantity-based pricing, on/off toggles, prepaid usage, or event-based components to a product family. Supports five component types: metered_components (usage-based with unit pricing), quantity_based_components (per-unit pricing), on_off_components (binary add-ons), prepaid_usage_components (credit-based), and event_based_components (event-triggered billing).

## Auth

Auth schemes: `API_KEY`.

## How agents use Maxio

Inside a Definable workflow, Maxio is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Maxio** — the Researcher (GPT-5.5) pulls context from Maxio (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Maxio** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Maxio (create record, post message, draft email).
- **Designer / Engineer → Distributor → Maxio** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Maxio (attach file, open PR comment, post status).

The Verifier checks every Maxio call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- commerce — https://definable.ai/apps/category/commerce/
- payment processing — https://definable.ai/apps/category/payment-processing/

## Related

- HTML page: https://definable.ai/apps/maxio/
- Same category (commerce): https://definable.ai/apps/category/commerce/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
