Loading API keys...
API key access
Only active organization owners and admins can create, view, or revoke API keys.
Organization API keys
Keys authenticate API requests on behalf of your organization
Using your API key
curl -H "Authorization: Bearer YOUR_API_KEY" \
-X POST https://agenticadvertising.org/api/brands/discovered/community \
-H "Content-Type: application/json" \
-d '{"domain":"example.com","brand_name":"Example Corp"}'