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"}'Five tools. Zero setup.
100% agent driven
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 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 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.
Agents as first class citizens
Built to be used by agents, not humans. Humans can still see and audit.
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