TarkleTarkle
Pricing
Deals
Contact sales

Ready to grow your service business?

Start sharing files, selling services, and getting design work done under your own brand.

Try for freeContact sales
Tarkle
Tarkle

Share files, sell services, and get design work done.

Stripe ClimateGDPR
Tarkle Send
File transferFile trackingWhite-label sharingPricing
Tarkle Portal
Client portalProjectsWhite-label resellerPricing
Tarkle Studio
Design servicesScope of workPortfolioPricing
Product
Send (ex. Sharebrand)Portal (ex. Bripes)PricingIntegrations
Compare Send
Send vs DropboxSend vs WeTransferSend vs TransferNowSend vs ShareFile
Services
Software dealsBuy .com domainsFlat-rate designBrand naming
Resources
DocsChangelogRoadmapStartups directory
Company
AboutBlogCareersContact
Legal
Terms of servicePrivacy policySecurityImprint

© 2026 Tarkle Limited

System statusAI InfoTarkle
Changelog•v2Crew

CLI, Skills and Array support

In this release, we’re introducing our CLI, Arrays, and Skills, and sharing what we’re working on next. If you missed it, we also launched a new home page.

May 25, 2026Release notesNew feature
CLI, Skills and Array support

CLI

We just released the first version of our CLI.

It is currently open source and has parity with our current API. You (or your agent) can now send transactional emails, update contacts and more from your terminal.

This is the first step in making Loops drivable via API. You can dive right in through the docs or send your agent to this markdown variant of the CLI docs.

Arrays

Our new Arrays feature allows you to send multiple items in a single payload. This is perfect for invoices, order updates, or any email that requires a varying number of items per order.

Skills

We have just released Skills for Loops. Currently, you may install all applicable skills or install them individually, you can also use the best practices skill independently from Loops.

You can now tell your agent to wire up Loops in an app it's building, trigger a welcome email when a user signs up, or manage a mailing list from a scheduled job and it will use the SDK, the HTTP API, or the CLI depending on where the code lives.

API

npx skills add loops-so/skills -g -s api

Work with contacts, lists, events, and transactional email through the Loops API and SDKs.

CLI

npx skills add loops-so/skills -g -s cli

Install, authenticate, and run Loops workflows from the terminal.

Best practices

npx skills add loops-so/skills -g -s email-sending-best-practices

Improve email quality, deliverability, and message type decisions.

Shipping soon

Coming soon, we'll be launching Goals in alpha to help track conversion data associated with email sending, along with a Content API for Campaigns.

This will let you work with Campaigns over the API. You will be able to create them from scratch, update content and styles, and use Claude or Codex to update your emails.

Soon after, we'll be rolling out API support for our Loop Builder as well as Transactional emails. If you'd like early access, please reply to this email.

Introducing Workflows