AgentUtils

One API key. 6 agent-native utilities.

Start building free

Quick start

# 1. Get your API key
curl -X POST https://www.agent-utils.com/api/keys \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -d '{"name": "my-agent"}'

# 2. Upload a file
curl -X POST https://www.agent-utils.com/api/file-host \
  -H "x-api-key: au_..." \
  -F "file=@report.csv"

# 3. Send a notification
curl -X POST https://www.agent-utils.com/api/notify \
  -H "x-api-key: au_..." \
  -d '{"message": "Task complete"}'