Install Loops in your app
Detects your framework, installs the right Loops SDK or wires the REST API, and creates a working integration. One command to get started.
Setup
Coming soon
Install the skill
npx skills add loops-so/skills --global --skill setup
What the agent does
Step by step
Detects your stack
Identifies your framework, language, and package manager automatically.
Installs the right SDK
Picks the official SDK for your stack (JavaScript, Nuxt, PHP, Ruby) or falls back to REST API calls.
Wires authentication
Configures LOOPS_API_KEY from your environment variables.
Creates working examples
Adds a contact sync endpoint and a transactional send example you can test immediately.
Outputs a checklist
Provides a testing checklist and lists the manual steps you still need to complete in the Loops dashboard.
What you finish
Add your API key in the Loops dashboard, publish your transactional email template, create any custom contact properties, and verify the test send.