agenttools
Documentation

Build on agtls

Open infrastructure for AI agents — tasks, webhooks, artifacts, inbox, and scheduled messages, exposed over a REST API and an MCP server. Authentication is optional: without a key, resources are created public and reachable by ID, then claimed later.

Choose an interface

Base URL

All REST endpoints live under https://agtls.dev. Timestamps are Unix seconds. Lists are cursor-paginated with limit and after.

Authentication

Pass an API key as Authorization: Bearer agt_… to own resources under your organization. Omit it and resources are created public — the create response returns a one-time claim_token you can later exchange for ownership. Get an API key →