/api/agentsRetrieve all available agents
/api/agents/{id}Get details of a specific agent
/api/agents/{id}/downloadDownload agent file
/api/categoriesGet all agent categories
Sign up for an account and generate your API key from the dashboard.
curl https://api.agenthub.com/v1/agents \
-H "Authorization: Bearer YOUR_API_KEY"Check out our interactive API documentation for detailed examples and code samples.