Weavz
Fixably

Fixably

Manage Fixably repair orders, customers, devices, order lines, dispatch, closeout, and invoice charging.

14 tools
1 trigger

Tools

Name
list_orders

List Fixably repair orders with bounded pagination and optional q search.

get_order

Fetch one Fixably order. Expanding customer/device/lines can return sensitive repair details.

create_order

Create a Fixably repair order using the official JSON body.

update_order

Update a Fixably order by exact ID.

close_order

Close a Fixably repair order.

dispatch_order

Dispatch a Fixably order.

create_order_invoice

Create an invoice for a Fixably order.

create_order_line

Add a product or service line to a Fixably order.

delete_order_line

Delete one Fixably order line by exact order and line IDs.

charge_invoice

Charge a Fixably invoice using the documented invoice charge endpoint. This is money-moving and should be approval-gated.

list_customers

List Fixably customer records with bounded pagination.

create_customer

Create a Fixably customer.

list_devices

List Fixably device records with bounded pagination.

create_device

Create a Fixably device.

Triggers

Name
order_created_or_updated

Poll Fixably repair orders after an initial baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('fixably', 'list_orders', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'fixably',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Fixably 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 Fixably support?

Fixably supports 14 tools including List Orders, Get Order, Create Order, Update Order, Close Order, and more.

Can I use Fixably with AI agents?

Yes. Add Fixably 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 Fixably be used in stateful agent workflows?

Yes. Agents can combine Fixably 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 Fixably use?

Fixably uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Fixably integration cost?

The Fixably integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Fixably support?

Fixably supports 1 triggers including Order Created or Updated.

Connect Fixably in minutes

Get 20,000 free action executions every month. No credit card required.