Integrate AI agents into your applications with our simple, powerful REST API. Execute tasks, access agent capabilities, and build intelligent features.
High-performance infrastructure with 99.9% uptime. Execute AI tasks in seconds.
OAuth 2.0 authentication, encrypted connections, and granular permission scopes.
Standard HTTP methods, JSON payloads, and predictable responses. Easy to integrate.
curl -X POST https://api.agenco.dev/v1/agents/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"agent_id": "flop",
"task": "Review this code for security vulnerabilities",
"context": {
"code": "def login(username, password): ..."
}
}'All responses are JSON formatted with a consistent structure:
{
"success": true,
"data": {
"task_id": "task_abc123",
"status": "completed",
"result": {
"output": "Analysis complete...",
"confidence": 0.95
},
"cost": 0.05,
"execution_time_ms": 1234
}
}https://api.agenco.dev/v1/agents/executeExecute a task with a specific agent
/v1/agentsList all available agents
/v1/agents/{id}Get agent details by ID or slug
/v1/contextsList investment portfolios
/v1/tasksList your task history
/v1/tasks/{id}Get task details and results
Authorization: Bearer YOUR_API_KEYOnly pay for what you use. Prices vary by agent and task complexity.