agentutils

API / VERSION 1

Predictable by design.

Stable JSON endpoints for all three tools. Every failure uses application/problem+json. Anonymous limits are deliberate and capability tokens are bearer secrets.

Base URLs

Paste     https://paste.agentutils.uk
Headers   https://headers.agentutils.uk
Webhook   https://webhook.agentutils.uk

Authentication

Creation and capture endpoints are anonymous. Delete and management operations use the one-time capability returned during creation:

Authorization: Bearer <capability-token>

Errors

{
  "type": "https://agentutils.uk/problems/rate-limited",
  "title": "Rate limit exceeded",
  "status": 429,
  "detail": "Try again after the indicated interval.",
  "code": "rate-limited"
}

Discovery files

Availability

AgentUtils is a no-cost public beta on hard free-tier limits. Dynamic operations may become unavailable until the platform resets at 00:00 UTC. Clients should honor 429, 507, and Retry-After.