HumanLoop Integration
Connect HumanLoop to Arahi's no-code AI developers and automate workflows in minutes.
About the HumanLoop integration
AI is the new platform. We help you build impactful applications on top of large language models and align these systems with human feedback. With Arahi AI, you can connect HumanLoop to Abstract - IP Geolocation API, Algorithmia, Anthropic (Claude) and 1,500+ other apps using AI-powered workflows. No coding required — set up triggers, actions, and intelligent automation in minutes.
- Category
- AI & ML APIs
- Authentication
- keys
HumanLoop automation use cases
- Content generation from brief
- Generate drafts with HumanLoop from a content brief in Notion or Google Docs, no engineer in the loop.
- Inbound email classification
- Classify and route inbound emails with HumanLoop — support, sales, billing, or trash.
- Document summarization
- Summarize uploaded PDFs and docs with HumanLoop straight into the CRM or knowledge base.
- Sentiment-tagged CS routing
- Tag sentiment on every support ticket with HumanLoop and route negative ones to seniors first.
HumanLoop workflow examples
- Create Project when Linear spec ticket opens
When a Linear ticket labelled llm-feature is created, Arahi calls HumanLoop Create Project and links the project ID back into the Linear ticket comment.
Linear llm-feature ticket opens, HumanLoop Create Project runs.
- List Experiments into a weekly Notion review
Each Monday Arahi runs HumanLoop List Experiments across active projects and populates a Notion table so the ML lead can review winning prompts.
Monday schedule runs List Experiments, Notion table updated.
- Archive stale prompts via Delete Project
When a HumanLoop List Sessions response shows zero sessions for 60 days, Arahi calls Delete Project and posts the cleanup to a Slack audit channel.
List Sessions empty for 60 days triggers Delete Project, Slack log sent.
HumanLoop actions
- Create Project
- This tool creates a new project in humanloop. it is an independent action that generates a project by accepting a project's name (required), an optional description, and an optional organization id. upon execution, it returns details of the created project, including the project's id, name, description, created at timestamp, and organization id.
- Delete Project
- This tool allows you to delete a specific project from your humanloop organization. the deletion is permanent and cannot be undone. all associated data, including sessions, datapoints, and evaluations linked to the project, will be permanently removed.
- List Experiments
- This tool retrieves an array of experiments associated with a specific project in humanloop. it requires a project id (starting with 'pr ') and returns details including experiment id, name, description, creation timestamp, status, configuration details, and metrics/results. it is useful for monitoring experiments, analyzing results, tracking model configurations, and comparing experimental setups.
- List Sessions
- This tool retrieves a paginated list of sessions for a specific project in humanloop. it requires a project id (and optionally, page and size for pagination) and returns session details such as id, reference id, project information, datapoints count, first inputs, last output, created at, and updated at. this enables users to monitor and analyze historical project interactions.