Documentation

Agent-native API utilities. One API key, REST endpoints, JSON responses.

Quick Start

# 1. Create an account & get API key

curl -X POST https://www.agent-utils.com/api/user \

-H "Content-Type: application/json" \

-d '{"kindeId":"...", "email":"you@example.com"}'

# 2. Use any endpoint with your API key

curl https://www.agent-utils.com/api/health \

-H "x-api-key: au_your_key_here"

# 3. All endpoints return JSON

{"success": true, "data": {...}}

Authentication

All API endpoints require an API key sent via the x-api-key header.

-H "x-api-key: au_550e8400-e29b-41d4-a716-446655440000"

Rate Limits

TierRequests/DayMax File SizeRetention
Free1005 MB1 hour
Pro10,00050 MB24 hours
EnterpriseUnlimited500 MB72 hours

Tools