Skip to main content

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

Email

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 the NUEVOS_HITOS.json file. You can import them in two ways:

Option 1: Via UI

  1. Navigate to the HandsAI web interface at http://localhost:8080
  2. Go to the import section
  3. Upload the JSON file or paste its contents

Option 2: Via API

curl -X POST http://localhost:8080/api/import/providers \
  -H "Content-Type: application/json" \
  -d @NUEVOS_HITOS.json
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

Build docs developers (and LLMs) love