Weavz
Sortly

Sortly

Automate Sortly inventory items, folders, item groups, alerts, moves, copies, and recent-item monitoring.

API KeyCommerce
12 tools
1 trigger

Tools

Name
list_items

List Sortly items and folders with bounded pagination.

list_recent_items

List recent Sortly items and folders.

get_item

Get one Sortly item or folder.

create_item

Create a Sortly item or folder.

update_item

Update a Sortly item or folder.

delete_item

Delete a Sortly item or folder.

move_item

Move a Sortly item or folder to another folder.

copy_item

Copy a Sortly item or folder.

list_item_groups

List Sortly item groups.

upsert_item_group

Create or update a Sortly item group.

list_alerts

List Sortly alerts.

upsert_alert

Create or update a Sortly alert.

Triggers

Name
recent_items

Poll Sortly recent items after the initial baseline.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Sortly to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Sortly support?

Sortly supports 12 tools including List Items/Folders, List Recent Items, Get Item/Folder, Create Item/Folder, Update Item/Folder, and more.

Can I use Sortly with AI agents?

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

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

Sortly uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Sortly integration cost?

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

What triggers does Sortly support?

Sortly supports 1 triggers including Recent Items.

Connect Sortly in minutes

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