AgentHub Logo

API Documentation

Integrate AgentHub agents into your applications with our comprehensive REST API.

API Endpoints

GET/api/agents

Retrieve all available agents

GET/api/agents/{id}

Get details of a specific agent

GET/api/agents/{id}/download

Download agent file

GET/api/categories

Get all agent categories

Getting Started

1. Get Your API Key

Sign up for an account and generate your API key from the dashboard.

2. Make Your First Request

curl https://api.agenthub.com/v1/agents \
  -H "Authorization: Bearer YOUR_API_KEY"

3. Explore the Documentation

Check out our interactive API documentation for detailed examples and code samples.