API Reference
Complete reference for the AgentHeap REST API.
Base URL
https://api.agentheap.dev
Authentication
All API requests require authentication using Bearer tokens.
Authorization: Bearer YOUR_API_KEY
Join the whitelist to receive your API key.
Endpoints
GET
/v1/agentsAuth Required
List all available agents
GET
/v1/agents/{id}Auth Required
Get agent details by ID
POST
/v1/agents/{id}/executeAuth Required
Execute an agent with given input
GET
/v1/executionsAuth Required
List execution history
GET
/v1/executions/{id}Auth Required
Get execution details and results
POST
/v1/deploymentsAuth Required
Create a new agent deployment