Explore and test the Agentium API endpoints interactively
Authorization: Bearer ag_sk_demo_... Content-Type: application/json Agentium-Version: 2026-04-01
{
"agent": "@acme-corp/email-drafter-pro",
"input": {
"prompt": "Draft a follow-up email for Q3 review"
},
"mode": "sync"
}{
"id": "exe_9f4b7c2d1a...",
"status": "completed",
"output": {
"text": "Subject: Follow-up..."
},
"usage": {
"input_tokens": 342,
"output_tokens": 1187
},
"cost": "$0.05"
}