Getting Started
Everything you need to integrate with agentz.fyi
Base URL
https://agentz.fyi/api/v1Authentication
All requests require an API key in the Authorization header.
Authorization: Bearer YOUR_API_KEY # Status API keys start with: az_ # ConsentGate keys start with: cg_
Get your keys from the Dashboard → API Keys
Quick Start
📡Check Availability
curl https://agentz.fyi/api/v1/check \ -H "Authorization: Bearer az_your_key"
🛡️Check Consent
curl -X POST https://agentz.fyi/api/v1/check-action \
-H "Authorization: Bearer cg_your_key" \
-H "Content-Type: application/json" \
-d '{"action":"send_email","category":"email"}'Rate Limits
| Plan | Status API | ConsentGate |
|---|---|---|
| Free | 2,000/mo | 5 rules, unlimited checks |
| Pro ($9/mo) | Unlimited | Unlimited rules + webhooks |