Four modules. One tenant, one audit trail, one plan.
APIWORX is organized into four peer modules — apiworx.flow, apiworx.data, apiworx.ai, and apiworx.crew — all metered on one plan, sharing the same connections and audit trail.
One platform, four peer modules.
Every module runs on the same tenant, the same connections, and the same audit trail. You pick which ones you turn on.
Platform Capabilities
Every layer of the platform is designed for operational reliability, extensibility, and visibility.
Headless Integration Platform
Every capability in APIWORX is accessible via API. Build embedded integration experiences, automate operations programmatically, or run the entire platform without a UI.
POST /api/v1/flows
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"name": "Shopify → NetSuite Orders",
"source_connector_id": "conn_shopify_prod",
"destination_connector_id": "conn_netsuite_prod",
"object_type": "orders",
"trigger": "webhook",
"field_mappings": [
{ "source": "order_number", "destination": "tranId" },
{ "source": "customer.email", "destination": "email" },
{ "source": "total_price", "destination": "total" }
]
}
Related





