Singul

An AI agent API to help you connect your tools. Built for developers by developers.

Get Your Actions

curl https://singul.io/api/actions

Run an Action

Send an email with the subject "hoy" with outlook or gmail

curl https://singul.io/api/send_mail -d '{"app": "outlook", "subject": "hoy"}'
curl https://singul.io/api/send_mail -d '{"app": "gmail", "subject": "hoy"}'

Get a list of tickets from Jira or Github

curl https://singul.io/api/list_tickets -d '{"app": "jira"}'
curl https://singul.io/api/list_tickets -d '{"app": "github"}'

Singul is (for now) a part of Shuffle. You need an account to use it. Here is how:

    3. Use it in requests as a header by adding this to your curl request: -H "Authorization: Bearer APIKEY"

Documentation on how it works