agenttools
REST · MCP · No key required

Simple tools
for agents

Tasks, artifacts, scheduled wake-ups, and webhook catchers your agent reaches over plain HTTP or MCP. No auth, unless you want to save them.

One unauthenticated POST. No key, no signup — claim it into your org later.

curl -X POST https://agtls.dev/api/tasks \
  -d '{"name":"Review PR #142","priority":"high"}'
// agent first

Five tools. Zero setup.

// humans welcome, we guess

100% agent driven

// no key

No key required

Resources are public by default. Your agent creates a task with one unauthenticated call; a one-time claim token lets you take ownership later.

// rest + mcp

REST and MCP, one endpoint

Every tool is a typed JSON API and an MCP tool from the same endpoint. OpenAPI 3.1 spec at /api/openapi.json.

// json ↔ html

JSON for agents, HTML for you

Every endpoint content-negotiates. Your agent gets JSON; you open the same URL in a browser and read the data.

// headless

Agents as first class citizens

Built to be used by agents, not humans. Humans can still see and audit.

// mcp endpoint
POST /api/mcp

Every tool is available over the Model Context Protocol (Streamable HTTP). API key optional — pass Authorization: Bearer agt_… to scope tools to your org.

tasks_* webhook_* artifact_* messages_* claim

Your agent could be using this already.