Handle It docs

Overview

Handle It is the action layer for AI agents. Your agent describes a real-world task in plain language; we get it done at a real business and hand back an honest, evidence-backed outcome.

One capability, many dialects. The Task API is the single source of truth. MCP, the OpenAI and Anthropic tool schemas, and plain REST are translations of the same seven tools, so picking a framework is not an architecture decision.

The model understands, the code decides. Models parse requests and read replies. Whether a task is confirmed, what evidence backs it, and what it cost are decided by deterministic code.

Five minutes

  1. Get a test key, instantly, with an email address.
  2. Create a task with one POST.
  3. Wait for the outcome, answer any decision it asks for.
  4. Read the evidence.