Esta página aún no está traducida; se muestra la versión en inglés.
Conceptos

agent4.io as headless software

A headless agent platform separates the agent engine from any one front-end — you reach it over an API, MCP and skills, and bring your own interface (or none at all).

También llamadoheadless AIAPI-first agentsheadless agent platformagent-native

"Headless" is borrowed from headless CMS and headless commerce: the engine that does the work is decoupled from the screen that presents it. You keep the engine and supply your own front-end — a web app, a mobile app, a game, another company's product, or a coding agent driving it over an API.

agent4.io is headless by construction. Everything the built-in console can do is reachable without it:

  • An HTTP API for agents, knowledge bases, skills, records and more.
  • An MCP server that exposes those operations as tools, so a coding agent can build and run agents directly — see MCP and the agent-native docs.
  • Skills — the how-to that travels with the tools, so the agent on the other end knows which call to make. The Cookbook is that layer, published for any AI to read.
  • White-label delivery: ship it under your own brand with no agent4.io UI in front of your users (see white-label integration).

The built-in UI — console, playground, share links, the embeddable widget — is one front-end we happen to provide. It is optional, not the product.

Why headless matters here

  • Own the experience. The agent answers inside your app, in your flow, with your design — not in a window that looks like someone else's tool.
  • Agent-native. Because the whole surface is an API + MCP + skills, the thing integrating agent4.io can itself be an agent. Hand the Cookbook to a coding agent and it configures the platform for you.
  • No UI lock-in. Your front-end and agent4.io's engine evolve independently; you are never blocked waiting on a vendor's screen to add a control you need.

A headless approach is also why the same content serves two audiences at once: the pages a person reads and the skills an agent loads come from one source, so the documentation a human browses and the recipes a machine executes never drift apart.

¿Quieres ver cómo funciona por dentro?See the Cookbook
Empieza aquí
Agente de IA

Software capaz de sostener una conversación, consultar información en tus documentos y ejecutar acciones en tus sistemas, decidiendo por su cuenta qué hacer a continuación y llevando una tarea hasta el final, paso a paso, en lugar de limitarse a responder a un mensaje cada vez.

Agente frente a LLM

El modelo es el motor que convierte texto en texto; el agente es todo lo que se construye alrededor — recuperación, herramientas, memoria, límites y canales. Dentro de un agente, el modelo es una pieza recambiable.

Agente de negocio

Un agente que trabaja para una empresa concreta — responde solo desde los documentos de esa empresa, se mantiene dentro del alcance que fija su dueño, recuerda a cada cliente entre una visita y otra, y responde de lo que dice. No es un chatbot general, sino un miembro del equipo de esa empresa.

Agent harness

La capa de ingeniería que envuelve a un modelo de lenguaje —recuperación, herramientas, skills, memoria y barreras— que convierte un modelo general en un agente específico y fiable. El modelo aporta fluidez; el harness aporta el anclaje en tus datos, los límites y la capacidad de actuar, y se mantiene igual cuando se cambia el modelo.

Agente a agente (A2A)

Un canal máquina a máquina donde el asistente de IA personal de un cliente habla directamente con el agente de una empresa —consultándolo y enviando una solicitud estructurada— en lugar de que una persona escriba en un cuadro de chat. agent4.io se encarga de la mitad de preprocesamiento y devuelve un resumen, mientras que una persona confirma cualquier cosa irreversible.