Base URLs
Paste https://paste.agentutils.uk
Headers https://headers.agentutils.uk
Webhook https://webhook.agentutils.ukAuthentication
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
- /openapi.json — complete machine-readable operations.
- /llms.txt — concise project context and documentation links.
- /docs.md — Markdown quick reference.
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.