Use Cases Overview
HandsAI provides ready-to-import use cases that allow your LLM to interact with external APIs instantly. Each use case includes a complete JSON configuration that you can import directly into HandsAI - no coding required.Available Integrations
Weather API
Get current weather data for any city using WeatherAPI.com
Social Media
Post to LinkedIn, Twitter, Instagram and more via Ayrshare
Send transactional emails using Resend API
Search
AI-powered search with Tavily for precise answers and sources
GitHub
Create issues and list pull requests via GitHub REST API
Jules Agent
Delegate coding tasks to Google’s Jules AI agent
How to Import Use Cases
All use case configurations are available in theNUEVOS_HITOS.json file. You can import them in two ways:
Option 1: Via UI
- Navigate to the HandsAI web interface at
http://localhost:8080 - Go to the import section
- Upload the JSON file or paste its contents
Option 2: Via API
Remember to replace
<YOUR_API_KEY> placeholders with your actual API keys after importing.What You Get
Each use case includes:- Provider Configuration: Base URL, authentication method, headers
- Tool Definitions: Endpoint paths, HTTP methods, parameters
- Parameter Schemas: Type definitions (STRING, NUMBER, BOOLEAN, ARRAY)
- Documentation: Setup guides and real-world examples
Next Steps
Quickstart
Get HandsAI running in minutes
Import/Export API
Learn about the import/export endpoints