You can install Loops skills to help your coding agents use the Loops CLI, API and SDKs to manage contacts, lists, events, and transactional email.
You will need a Loops API key to use the SDK.In your Loops account, go to the API Settings page and click Generate key.Copy this key and save it in your application code (for example as LOOPS_API_KEY in an environment variable).
API errors are returned as *loops.APIError with StatusCode and Message. See the SDK README on GitHub for error handling, retries, pagination, uploads, and the full method list.See the API documentation to learn more about rate limiting and error handling.