Customers
create_customer
create_customer
get_customer
get_customer
HTTP
http_request
http_request
Inventory
check_inventory
check_inventory
Invoices
create_invoice
create_invoice
create_invoice_line_item
create_invoice_line_item
get_invoice
get_invoice
Retrieve invoice details by UID.InputOutput
Notification
list_notifications
list_notifications
Fetch a workspace’s notifications with optional filters. Useful upstream of an AI reasoning step (digest, escalation) or before an action that depends on what’s pending. Output is a list summary with count + rows.InputOutput
Filter. One of: approval, integration, agent, billing, auth, system.
Filter. One of: info, suggestion, warning, action_required, celebration.
Default:
true.Default:
false.Set to false to find only pending action items. Default:
true.Only rows created in the last N hours.
Capped at 200. Default:
50.post_notification
post_notification
Send a workspace-scoped notification. Stores only Output
type + payload; title, body, deep link, and quick actions render at view time per type.InputNotification type slug. One of: workflow_approval_required, integration_auth_failed, agent_insight_ready, system_announcement.
Type-specific payload, validated against the schema for
notification_type.One of: info, suggestion, warning, action_required, celebration.
One of: approval, integration, agent, billing, auth, system.
Optional dedupe key; matching non-deleted rows are returned instead of creating a new one.
Orders
get_order
get_order
get_order_history
get_order_history
lookup_order_count
lookup_order_count
update_billing_address
update_billing_address
update_order
update_order
update_order_metadata
update_order_metadata
update_order_status
update_order_status
Payments
get_invoice_payments
get_invoice_payments
get_payment
get_payment
Retrieve payment details by UID.InputOutput
Products
archive_deliverable
archive_deliverable
archive_product
archive_product
create_deliverable
create_deliverable
create_price
create_price
create_product
create_product
get_product
get_product
publish_product
publish_product
set_default_price
set_default_price
unarchive_product
unarchive_product
update_deliverable
update_deliverable
update_product
update_product