AI as the brain.
HandsAI as its hands.
IA como el cerebro.
HandsAI como sus manos.

Register any REST API once. HandsAI exposes it as an MCP tool. Your AI agent discovers it, calls it, and gets results — without ever seeing a URL, a token, or a credential.Registra cualquier API REST una vez. HandsAI la expone como herramienta MCP. Tu agente IA la descubre, la llama y obtiene resultados — sin ver nunca una URL, un token o una credencial.

The AI doesn't just analyze.
It acts.
La IA no solo analiza.
Actúa.

Ask your agent to create a lead in the CRM, move a card in Trello, or post on LinkedIn. It does it. Right now. Without you touching anything.Pedile a tu agente que cree un lead en el CRM, mueva una tarjeta en Trello, o publique en LinkedIn. Lo hace. Ahora mismo. Sin que vos toques nada.

01

The problem it solvesEl problema que resuelve

Connecting AI agents to real systems is complex, fragile, and dangerous. It requires manual integrations, exposes credentials to the model, and breaks with every API change.Conectar agentes de IA con sistemas reales es complejo, frágil y peligroso. Requiere integraciones manuales, expone credenciales al modelo, y se rompe con cada cambio de API.

02

How it works in one lineCómo funciona en una línea

Register any REST API → HandsAI converts it into a tool → your agent uses it with natural language. No code. No plugins. No surprises.Registrás cualquier API REST → HandsAI la convierte en herramienta → tu agente la usa con lenguaje natural. Sin código. Sin plugins. Sin sorpresas.

03

Security you don't have to think aboutSeguridad que no tenés que pensar

The agent never sees your credentials. HandsAI injects them transparently before each call. If something malicious tries to sneak in from external API responses, HandsAI neutralizes it before it reaches the model.El agente nunca ve tus credenciales. HandsAI las inyecta de forma transparente antes de cada llamada. Si algo malicioso intenta colarse desde las respuestas de APIs externas, HandsAI lo neutraliza antes de que llegue al modelo.

Everything needed for AI agents to
operate real systems securely.
Todo lo necesario para que agentes de IA
operen sistemas reales de forma segura.

No more massive codebases just to give an LLM access to your database. HandsAI gives your agent the power to act, instantly and safely.Dejá de escribir miles de líneas de código solo para darle a tu LLM acceso a una base de datos. HandsAI le da a tu agente el poder de actuar.

Integrate APIs in minutesIntegrá APIs en minutos

Convert any REST API into AI agent tools with zero manual development. If your API exists, your agent can use it immediately.Convertí cualquier API REST en herramientas para agentes sin desarrollo manual. Si la API existe, el agente ya la puede usar.

🔐

Invisible, absolute securitySeguridad invisible y absoluta

Your agent never sees your passwords. Credentials are encrypted and injected server-side by HandsAI exactly when needed.Tu agente nunca ve tus contraseñas. Las credenciales se encriptan y se inyectan del lado del servidor justo cuando se necesitan.

🚀

Real, uninterrupted executionEjecución real sin cortes

Automatic token renewals, smart 401 retries, and live tool updates without ever needing to restart your active agents.Renovación automática de accesos, reintentos inteligentes y actualización de herramientas en vivo sin reiniciar tus agentes.

🛡️

Protection against attacksProtección contra ataques

Prevents external APIs from manipulating your agent via prompts and automatically conceals sensitive data before it leaks back.Evita que APIs externas manipulen al agente mediante inyecciones y redacta automáticamente datos sensibles antes de que salgan.

🧠

Persistent agent memoryMemoria persistente de agente

Built-in short and long-term memory allows your agents to seamlessly remember past interactions across distinct sessions.Memoria incorporada a corto y largo plazo para que tus agentes recuerden sin problemas interacciones pasadas entre diferentes sesiones.

Security ModelModelo de Seguridad

The agent can only do
what you allow.
El agente solo puede hacer
lo que tú le permitas.

HandsAI isn't just a proxy — it's a permission boundary. Every layer is designed so that an agent operating in good or bad faith can't exceed what the human defined.HandsAI no es solo un proxy — es una frontera de permisos. Cada capa está diseñada para que un agente (de buena o mala fe) no pueda exceder lo definido por el humano.

tool_execution.log
// LLM sends parameters to tool call// El LLM envía los parámetros a la herramienta
{
  "tool": "send-email",
  "params": {
    "to": "user@example.com",
    "token": "[REDACTED_SECRET]",
    "body": "Hello!"
  }
}

// HandsAI dispatches with registered credentials// HandsAI despacha la petición con credenciales registradas
// URL, auth headers — never visible to LLM// URL, cabeceras de auth — nunca visibles al LLM

// Response wrapped before returning// La respuesta se envuelve antes de devolverse al LLM
<UntrustedExternalContent>
  { "status": "sent", "id": "msg_123" }
</UntrustedExternalContent>

ArchitectureArquitectura

One bridge.
Every API.
Un puente.
Todas las APIs.

HandsAI sits between your LLM and the world. The human registers APIs. The agent uses them. Nobody touches what they shouldn't.HandsAI se sitúa entre tu LLM y el mundo. El humano registra las APIs. El agente las usa. Nadie maneja credenciales que no deba tener.

🤖
ClientCliente
LLM / AgentLLM / Agente
MCP stdio
Go BinaryBinario Go
HandsAI BridgePuente HandsAI
HTTP + PAT
🖐️
Java 21
HandsAI ServerServidor HandsAI
REST + Auth
🌐
ExternalExterno
Any APICualquier API

The LLM sees tool names and parameters. It never sees the endpoint URL, the authentication headers, or the API keys. HandsAI resolves all of that internally — the agent can only operate within the boundaries the human explicitly defined.El LLM solo ve nombres de herramientas y parámetros. Nunca ve la URL del endpoint, las cabeceras de autenticación o las claves API. HandsAI resuelve todo eso internamente — el agente solo puede operar dentro de los límites que el humano definió explícitamente.

Your agent is only as powerful
as the hands you give it.
Tu agente es tan poderoso
como las manos que le das.

Register your first API in minutes. No plugins, no code, no surprises.Registra tu primera API en minutos. Sin plugins, sin código, sin sorpresas.

Request access →Solicitar acceso →