Agents Overview

Connect to any system with SyncMyOrders agents.

What are agents?

Agents are plug-and-play connectors that speak the API of a system for you. Each agent exposes a set of capabilities (actions) like “create product,” “get order,” “upload file,” or “send prompt to an LLM.” You call these capabilities from your workflows instead of writing custom API calls.

How agents help you build integrations

  • Faster starts: Use ready-made actions instead of wiring authentication, pagination, or payloads yourself.
  • Safer changes: Inputs are validated and outputs are shaped consistently, reducing brittle hand-coded requests.
  • Mix and match: Chain multiple agents in one flow (for example, Shopify → Transform → SFTP).shape works across systems.

Typical integration patterns

  • Commerce ops: Sync products, inventory, and orders between Shopify and an ERP or WMS.
  • File flows: Pull CSV/XML from SFTP, parse with CSV/XML agents, transform data, then push to another destination.
  • API bridges: Use the HTTP agent to reach services without a dedicated connector.
  • AI enrichment: Call OpenAI or Bedrock agents for summarization, extraction, vision, or structured output before routing data onward.
  • Data shaping: Use Transform/Text/Utilities agents to clean and normalize values between steps.

Choosing an agent

  • Start with a system-specific agent (e.g., Shopify, SFTP, OpenAI, Bedrock) when you know the target platform.
  • Use HTTP when no dedicated connector exists.
  • Use Transform, Text, CSV, XML, and Utilities for in-flow data manipulation and helpers.

Next steps

Browse the individual agent pages in this section to see the available actions, inputs, and common use cases. Then add the capabilities you need to your workflow steps.