Complete reference for all AgentToolkit API endpoints. Every request requires an API key in the Authorization: Bearer atk_xxx header.
https://techtooldev.com/v1All API endpoints require authentication via Bearer token. Include your API key in the Authorization header:
Authorization: Bearer atk_your_api_key_here
atk_ prefix. Create keys in your dashboard.Rate limits are applied per API key using a sliding window. Check response headers for current limits:
X-RateLimit-Limit: 60 X-RateLimit-Remaining: 58 X-RateLimit-Reset: 1704067200