AACFlow

Shopify

Управление товарами, заказами, клиентами и складскими остатками в вашем магазине Shopify

Shopify — ведущая e-commerce платформа, которая помогает продавцам создавать, вести и развивать свои онлайн-магазины. Shopify упрощает управление всеми аспектами магазина — от товаров и складских остатков до заказов и клиентов.

Интеграция Shopify в AACFlow позволяет вашим агентам:

  • Создавать и управлять товарами: добавляйте новые товары, обновляйте их данные и удаляйте товары из магазина.
  • Получать список и информацию о заказах: получайте данные о клиентских заказах с фильтрацией и управлением заказами.
  • Управлять клиентами: получайте и обновляйте данные клиентов или добавляйте новых клиентов в магазин.
  • Корректировать складские остатки: программно меняйте уровни запасов товаров, поддерживая точность данных склада.

Используйте интеграцию Shopify в AACFlow для автоматизации типовых процессов управления магазином — синхронизации остатков, обработки заказов или управления листингами — прямо из ваших автоматизаций. Дайте агентам возможность получать, обновлять и упорядочивать все данные магазина через простые программные инструменты.

Инструкции по использованию

Интегрируйте Shopify в ваш рабочий процесс. Управлять products, orders, customers, и inventory. Создавайте, читайте, обновляйте, и delete products. Список и manage orders. Handle customer data и adjust inventory levels.

Инструменты

shopify_create_product

Создать новый product in your Shopify store

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
titlestringДаProduct title
descriptionHtmlstringНетProduct description (HTML)
vendorstringНетProduct vendor/brand
productTypestringНетProduct type/category
tagsarrayНетProduct tags
statusstringНетProduct status (ACTIVE, DRAFT, ARCHIVED)

Выходные данные

ПараметрТипОписание
productobjectThe created product
idstringUnique product identifier (GID)
titlestringProduct title
handlestringURL-friendly product identifier
descriptionHtmlstringProduct description in HTML format
vendorstringProduct vendor or manufacturer
productTypestringProduct type classification
tagsarrayProduct tags for categorization
statusstringProduct status (ACTIVE, DRAFT, ARCHIVED)
createdAtstringCreation timestamp (ISO 8601)
updatedAtstringLast modification timestamp (ISO 8601)
variantsobjectProduct variants with edges/nodes structure
imagesobjectProduct images with edges/nodes structure

shopify_get_product

Получить a single product от ID from your Shopify store

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
productIdstringДаProduct ID (gid://shopify/Product/123456789)

Выходные данные

ПараметрТипОписание
productobjectThe product details
idstringUnique product identifier (GID)
titlestringProduct title
handlestringURL-friendly product identifier
descriptionHtmlstringProduct description in HTML format
vendorstringProduct vendor or manufacturer
productTypestringProduct type classification
tagsarrayProduct tags for categorization
statusstringProduct status (ACTIVE, DRAFT, ARCHIVED)
createdAtstringCreation timestamp (ISO 8601)
updatedAtstringLast modification timestamp (ISO 8601)
variantsobjectProduct variants with edges/nodes structure
imagesobjectProduct images with edges/nodes structure

shopify_list_products

Список products from your Shopify store с optional фильтрация

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
firstnumberНетNumber of products to return (default: 50, max: 250)
querystringНетSearch query to filter products (e.g., "title:shirt" or "vendor:Nike" or "status:active")

Выходные данные

ПараметрТипОписание
productsarrayList of products
idstringUnique product identifier (GID)
titlestringProduct title
handlestringURL-friendly product identifier
descriptionHtmlstringProduct description in HTML format
vendorstringProduct vendor or manufacturer
productTypestringProduct type classification
tagsarrayProduct tags for categorization
statusstringProduct status (ACTIVE, DRAFT, ARCHIVED)
createdAtstringCreation timestamp (ISO 8601)
updatedAtstringLast modification timestamp (ISO 8601)
variantsobjectProduct variants with edges/nodes structure
imagesobjectProduct images with edges/nodes structure
pageInfoobjectPagination information
hasNextPagebooleanПроизошла лиre are more results after this page
hasPreviousPagebooleanПроизошла лиre are results before this page

shopify_update_product

Обновитьn existing product in your Shopify store

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
productIdstringДаProduct ID to update (gid://shopify/Product/123456789)
titlestringНетNew product title
descriptionHtmlstringНетNew product description (HTML)
vendorstringНетNew product vendor/brand
productTypestringНетNew product type/category
tagsarrayНетNew product tags
statusstringНетNew product status (ACTIVE, DRAFT, ARCHIVED)

Выходные данные

ПараметрТипОписание
productobjectThe updated product
idstringUnique product identifier (GID)
titlestringProduct title
handlestringURL-friendly product identifier
descriptionHtmlstringProduct description in HTML format
vendorstringProduct vendor or manufacturer
productTypestringProduct type classification
tagsarrayProduct tags for categorization
statusstringProduct status (ACTIVE, DRAFT, ARCHIVED)
createdAtstringCreation timestamp (ISO 8601)
updatedAtstringLast modification timestamp (ISO 8601)
variantsobjectProduct variants with edges/nodes structure
imagesobjectProduct images with edges/nodes structure

shopify_delete_product

Удалить product from your Shopify store

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
productIdstringДаProduct ID to delete (gid://shopify/Product/123456789)

Выходные данные

ПараметрТипОписание
deletedIdstringThe ID of the deleted product

shopify_get_order

Получить a single order от ID from your Shopify store

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
orderIdstringДаOrder ID (gid://shopify/Order/123456789)

Выходные данные

ПараметрТипОписание
orderobjectThe order details
idstringUnique order identifier (GID)
namestringOrder name (e.g., #1001)
emailstringCustomer email for the order
phonestringCustomer phone for the order
createdAtstringOrder creation timestamp (ISO 8601)
updatedAtstringLast modification timestamp (ISO 8601)
cancelledAtstringCancellation timestamp (ISO 8601)
closedAtstringClosure timestamp (ISO 8601)
displayFinancialStatusstringFinancial status (PENDING, AUTHORIZED, PARTIALLY_PAID, PAID, PARTIALLY_REFUNDED, REFUNDED, VOIDED)
displayFulfillmentStatusstringFulfillment status (UNFULFILLED, PARTIALLY_FULFILLED, FULFILLED, RESTOCKED, PENDING_FULFILLMENT, OPEN, IN_PROGRESS, ON_HOLD, SCHEDULED)
totalPriceSetobjectTotal order price
subtotalPriceSetobjectOrder subtotal (before shipping and taxes)
totalTaxSetobjectTotal tax amount
totalShippingPriceSetobjectTotal shipping price
notestringOrder note
tagsarrayOrder tags
customerobjectCustomer who placed the order
lineItemsobjectOrder line items with edges/nodes structure
shippingAddressobjectShipping address
billingAddressobjectBilling address
fulfillmentsarrayOrder fulfillments

shopify_list_orders

Список orders from your Shopify store с optional фильтрация

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
firstnumberНетNumber of orders to return (default: 50, max: 250)
statusstringНетFilter by order status (open, closed, cancelled, any)
querystringНетSearch query to filter orders (e.g., "financial_status:paid" or "fulfillment_status:unfulfilled" or "email:customer@example.com")

Выходные данные

ПараметрТипОписание
ordersarrayList of orders
idstringUnique order identifier (GID)
namestringOrder name (e.g., #1001)
emailstringCustomer email for the order
phonestringCustomer phone for the order
createdAtstringOrder creation timestamp (ISO 8601)
updatedAtstringLast modification timestamp (ISO 8601)
cancelledAtstringCancellation timestamp (ISO 8601)
closedAtstringClosure timestamp (ISO 8601)
displayFinancialStatusstringFinancial status (PENDING, AUTHORIZED, PARTIALLY_PAID, PAID, PARTIALLY_REFUNDED, REFUNDED, VOIDED)
displayFulfillmentStatusstringFulfillment status (UNFULFILLED, PARTIALLY_FULFILLED, FULFILLED, RESTOCKED, PENDING_FULFILLMENT, OPEN, IN_PROGRESS, ON_HOLD, SCHEDULED)
totalPriceSetobjectTotal order price
subtotalPriceSetobjectOrder subtotal (before shipping and taxes)
totalTaxSetobjectTotal tax amount
totalShippingPriceSetobjectTotal shipping price
notestringOrder note
tagsarrayOrder tags
customerobjectCustomer who placed the order
lineItemsobjectOrder line items with edges/nodes structure
shippingAddressobjectShipping address
billingAddressobjectBilling address
fulfillmentsarrayOrder fulfillments
pageInfoobjectPagination information
hasNextPagebooleanПроизошла лиre are more results after this page
hasPreviousPagebooleanПроизошла лиre are results before this page

shopify_update_order

Обновитьn existing order in your Shopify store (note, tags, email)

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
orderIdstringДаOrder ID to update (gid://shopify/Order/123456789)
notestringНетNew order note
tagsarrayНетNew order tags
emailstringНетNew customer email for the order

Выходные данные

ПараметрТипОписание
orderobjectThe updated order
idstringUnique order identifier (GID)
namestringOrder name (e.g., #1001)
emailstringCustomer email for the order
phonestringCustomer phone for the order
createdAtstringOrder creation timestamp (ISO 8601)
updatedAtstringLast modification timestamp (ISO 8601)
cancelledAtstringCancellation timestamp (ISO 8601)
closedAtstringClosure timestamp (ISO 8601)
displayFinancialStatusstringFinancial status (PENDING, AUTHORIZED, PARTIALLY_PAID, PAID, PARTIALLY_REFUNDED, REFUNDED, VOIDED)
displayFulfillmentStatusstringFulfillment status (UNFULFILLED, PARTIALLY_FULFILLED, FULFILLED, RESTOCKED, PENDING_FULFILLMENT, OPEN, IN_PROGRESS, ON_HOLD, SCHEDULED)
totalPriceSetobjectTotal order price
subtotalPriceSetobjectOrder subtotal (before shipping and taxes)
totalTaxSetobjectTotal tax amount
totalShippingPriceSetobjectTotal shipping price
notestringOrder note
tagsarrayOrder tags
customerobjectCustomer who placed the order
lineItemsobjectOrder line items with edges/nodes structure
shippingAddressobjectShipping address
billingAddressobjectBilling address
fulfillmentsarrayOrder fulfillments

shopify_cancel_order

Cancel an order in your Shopify store

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
orderIdstringДаOrder ID to cancel (gid://shopify/Order/123456789)
reasonstringДаCancellation reason (CUSTOMER, DECLINED, FRAUD, INVENTORY, STAFF, OTHER)
notifyCustomerbooleanНетWhether to notify the customer about the cancellation
refundbooleanНетWhether to refund the order
restockbooleanНетWhether to restock the inventory
staffNotestringНетA note about the cancellation for staff reference

Выходные данные

ПараметрТипОписание
orderobjectThe cancellation result
idstringJob identifier for the cancellation
cancelledbooleanПроизошла ли cancellation completed
messagestringStatus message

shopify_create_customer

Создать новый customer in your Shopify store

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
emailstringНетCustomer email address
firstNamestringНетCustomer first name
lastNamestringНетCustomer last name
phonestringНетCustomer phone number
notestringНетNote about the customer
tagsarrayНетCustomer tags
addressesarrayНетCustomer addresses

Выходные данные

ПараметрТипОписание
customerobjectThe created customer
idstringUnique customer identifier (GID)
emailstringCustomer email address
firstNamestringCustomer first name
lastNamestringCustomer last name
phonestringCustomer phone number
createdAtstringAccount creation timestamp (ISO 8601)
updatedAtstringLast modification timestamp (ISO 8601)
notestringInternal notes about the customer
tagsarrayCustomer tags for categorization
amountSpentobjectTotal amount spent by customer
addressesarrayCustomer addresses
defaultAddressobjectCustomer default address

shopify_get_customer

Получить a single customer от ID from your Shopify store

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
customerIdstringДаCustomer ID (gid://shopify/Customer/123456789)

Выходные данные

ПараметрТипОписание
customerobjectThe customer details
idstringUnique customer identifier (GID)
emailstringCustomer email address
firstNamestringCustomer first name
lastNamestringCustomer last name
phonestringCustomer phone number
createdAtstringAccount creation timestamp (ISO 8601)
updatedAtstringLast modification timestamp (ISO 8601)
notestringInternal notes about the customer
tagsarrayCustomer tags for categorization
amountSpentobjectTotal amount spent by customer
addressesarrayCustomer addresses
defaultAddressobjectCustomer default address

shopify_list_customers

Список customers from your Shopify store с optional фильтрация

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
firstnumberНетNumber of customers to return (default: 50, max: 250)
querystringНетSearch query to filter customers (e.g., "first_name:John" or "last_name:Smith" or "email:*@gmail.com" or "tag:vip")

Выходные данные

ПараметрТипОписание
customersarrayList of customers
idstringUnique customer identifier (GID)
emailstringCustomer email address
firstNamestringCustomer first name
lastNamestringCustomer last name
phonestringCustomer phone number
createdAtstringAccount creation timestamp (ISO 8601)
updatedAtstringLast modification timestamp (ISO 8601)
notestringInternal notes about the customer
tagsarrayCustomer tags for categorization
amountSpentobjectTotal amount spent by customer
addressesarrayCustomer addresses
defaultAddressobjectCustomer default address
pageInfoobjectPagination information
hasNextPagebooleanПроизошла лиre are more results after this page
hasPreviousPagebooleanПроизошла лиre are results before this page

shopify_update_customer

Обновитьn existing customer in your Shopify store

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
customerIdstringДаCustomer ID to update (gid://shopify/Customer/123456789)
emailstringНетNew customer email address
firstNamestringНетNew customer first name
lastNamestringНетNew customer last name
phonestringНетNew customer phone number
notestringНетNew note about the customer
tagsarrayНетNew customer tags

Выходные данные

ПараметрТипОписание
customerobjectThe updated customer
idstringUnique customer identifier (GID)
emailstringCustomer email address
firstNamestringCustomer first name
lastNamestringCustomer last name
phonestringCustomer phone number
createdAtstringAccount creation timestamp (ISO 8601)
updatedAtstringLast modification timestamp (ISO 8601)
notestringInternal notes about the customer
tagsarrayCustomer tags for categorization
amountSpentobjectTotal amount spent by customer
addressesarrayCustomer addresses
defaultAddressobjectCustomer default address

shopify_delete_customer

Удалить customer from your Shopify store

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
customerIdstringДаCustomer ID to delete (gid://shopify/Customer/123456789)

Выходные данные

ПараметрТипОписание
deletedIdstringThe ID of the deleted customer

shopify_list_inventory_items

Список товарных запасов items from your Shopify store. Use this to find inventory item IDs по SKU.

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
firstnumberНетNumber of inventory items to return (default: 50, max: 250)
querystringНетSearch query to filter inventory items (e.g., "sku:ABC123")

Выходные данные

ПараметрТипОписание
inventoryItemsarrayList of inventory items С помощьюir IDs, SKUs, and stock levels
idstringUnique inventory item identifier (GID)
skustringStock keeping unit
trackedbooleanWhether inventory is tracked
createdAtstringCreation timestamp (ISO 8601)
updatedAtstringLast modification timestamp (ISO 8601)
variantobjectAssociated product variant
idstringVariant identifier (GID)
titlestringVariant title
productobjectAssociated product
idstringProduct identifier (GID)
titlestringProduct title
inventoryLevelsarrayInventory levels at different locations
idstringInventory level identifier (GID)
availablenumberAvailable quantity
locationobjectLocation for this inventory level
idstringLocation identifier (GID)
namestringLocation name
pageInfoobjectPagination information
hasNextPagebooleanПроизошла лиre are more results after this page
hasPreviousPagebooleanПроизошла лиre are results before this page

shopify_get_inventory_level

Получить inventory level для a product variant at a specific location

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
inventoryItemIdstringДаInventory item ID (gid://shopify/InventoryItem/123456789)
locationIdstringНетLocation ID to filter by (optional)

Выходные данные

ПараметрТипОписание
inventoryLevelobjectThe inventory level details
idstringInventory item identifier (GID)
skustringStock keeping unit
trackedbooleanWhether inventory is tracked
levelsarrayInventory levels at different locations
idstringInventory level identifier (GID)
availablenumberAvailable quantity
onHandnumberOn-hand quantity
committednumberCommitted quantity
incomingnumberIncoming quantity
reservednumberReserved quantity
locationobjectLocation for this inventory level
idstringLocation identifier (GID)
namestringLocation name

shopify_adjust_inventory

Adjust inventory quantity для a product variant at a specific location

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
inventoryItemIdstringДаInventory item ID (gid://shopify/InventoryItem/123456789)
locationIdstringДаLocation ID (gid://shopify/Location/123456789)
deltanumberДаAmount to adjust (positive to increase, negative to decrease)

Выходные данные

ПараметрТипОписание
inventoryLevelobjectThe inventory adjustment result
adjustmentGroupobjectInventory adjustment group details
createdAtstringAdjustment timestamp (ISO 8601)
reasonstringAdjustment reason
changesarrayInventory changes applied
namestringQuantity name (e.g., available)
deltanumberQuantity change amount
quantityAfterChangenumberQuantity after adjustment
itemobjectInventory item
idstringInventory item identifier (GID)
skustringStock keeping unit
locationobjectLocation of the adjustment
idstringLocation identifier (GID)
namestringLocation name

shopify_list_locations

Список товарных запасов locations from your Shopify store. Use this to find location IDs needed для inventory operations.

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
firstnumberНетNumber of locations to return (default: 50, max: 250)
includeInactivebooleanНетWhether to include deactivated locations (default: false)

Выходные данные

ПараметрТипОписание
locationsarrayList of locations С помощьюir IDs, names, and addresses
idstringUnique location identifier (GID)
namestringLocation name
isActivebooleanПроизошла ли location is active
fulfillsOnlineOrdersbooleanПроизошла ли location fulfills online orders
addressobjectLocation address
pageInfoobjectPagination information
hasNextPagebooleanПроизошла лиre are more results after this page
hasPreviousPagebooleanПроизошла лиre are results before this page

shopify_create_fulfillment

Создать a fulfillment to mark order items as shipped. Требуется fulfillment order ID (get this from the order details).

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
fulfillmentOrderIdstringДаThe fulfillment order ID (e.g., gid://shopify/FulfillmentOrder/123456789)
trackingNumberstringНетTracking number for the shipment
trackingCompanystringНетShipping carrier name (e.g., UPS, FedEx, USPS, DHL)
trackingUrlstringНетURL to track the shipment
notifyCustomerbooleanНетWhether to send a shipping confirmation email to the customer (default: true)

Выходные данные

ПараметрТипОписание
fulfillmentobjectThe created fulfillment with tracking info and fulfilled items
idstringUnique fulfillment identifier (GID)
statusstringFulfillment status (pending, open, success, cancelled, error, failure)
createdAtstringCreation timestamp (ISO 8601)
updatedAtstringLast modification timestamp (ISO 8601)
trackingInfoarrayTracking information for shipments
fulfillmentLineItemsarrayFulfilled line items
idstringFulfillment line item identifier (GID)
quantitynumberQuantity fulfilled
lineItemobjectAssociated order line item
titlestringProduct title

shopify_list_collections

Список product collections from your Shopify store. Filter by title, type (custom/smart), или handle.

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
firstnumberНетNumber of collections to return (default: 50, max: 250)
querystringНетSearch query to filter collections (e.g., "title:Summer" or "collection_type:smart")

Выходные данные

ПараметрТипОписание
collectionsarrayList of collections С помощьюir IDs, titles, and product counts
idstringUnique collection identifier (GID)
titlestringCollection title
handlestringURL-friendly collection identifier
descriptionstringPlain text description
descriptionHtmlstringHTML-formatted description
productsCountnumberNumber of products in the collection
sortOrderstringProduct sort order in the collection
updatedAtstringLast modification timestamp (ISO 8601)
imageobjectCollection image
pageInfoobjectPagination information
hasNextPagebooleanПроизошла лиre are more results after this page
hasPreviousPagebooleanПроизошла лиre are results before this page

shopify_get_collection

Получить a specific collection от ID, including its products. Use this to retrieve products within a collection.

Входные параметры

ПараметрТипОбязательныйОписание
shopDomainstringДаYour Shopify store domain (e.g., mystore.myshopify.com)
collectionIdstringДаThe collection ID (e.g., gid://shopify/Collection/123456789)
productsFirstnumberНетNumber of products to return from this collection (default: 50, max: 250)

Выходные данные

ПараметрТипОписание
collectionobjectThe collection details including its products
idstringUnique collection identifier (GID)
titlestringCollection title
handlestringURL-friendly collection identifier
descriptionstringPlain text description
descriptionHtmlstringHTML-formatted description
productsCountnumberNumber of products in the collection
sortOrderstringProduct sort order in the collection
updatedAtstringLast modification timestamp (ISO 8601)
imageobjectCollection image
productsarrayProducts in the collection

On this page

Инструкции по использованию
Инструменты
shopify_create_product
Входные параметры
Выходные данные
shopify_get_product
Входные параметры
Выходные данные
shopify_list_products
Входные параметры
Выходные данные
shopify_update_product
Входные параметры
Выходные данные
shopify_delete_product
Входные параметры
Выходные данные
shopify_get_order
Входные параметры
Выходные данные
shopify_list_orders
Входные параметры
Выходные данные
shopify_update_order
Входные параметры
Выходные данные
shopify_cancel_order
Входные параметры
Выходные данные
shopify_create_customer
Входные параметры
Выходные данные
shopify_get_customer
Входные параметры
Выходные данные
shopify_list_customers
Входные параметры
Выходные данные
shopify_update_customer
Входные параметры
Выходные данные
shopify_delete_customer
Входные параметры
Выходные данные
shopify_list_inventory_items
Входные параметры
Выходные данные
shopify_get_inventory_level
Входные параметры
Выходные данные
shopify_adjust_inventory
Входные параметры
Выходные данные
shopify_list_locations
Входные параметры
Выходные данные
shopify_create_fulfillment
Входные параметры
Выходные данные
shopify_list_collections
Входные параметры
Выходные данные
shopify_get_collection
Входные параметры
Выходные данные
Начните создавать сегодня
Нам доверяют более 100 000 разработчиков.
SaaS-платформа для создания AI-агентов и управления агентным workforce.
Начать