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.
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