AgentiumAgentium
Sandbox Mode
Overview
Build
AgentsVersions
Discover
ExchangeModels
Execute
ExecutionsWorkflows
Monitor
AnalyticsTrust & SafetyGuardrails
Money
Billing & UsageEarnings & Payouts
Develop
API KeysWebhooksLogsPlayground
Infrastructure
ProvidersRoutingModelsCosts
Settings
GeneralTeamSecurityAudit LogQuotasCompliance
Overview/API Keys/Playground
A
Dashboard/Developers/API Playground

API Playground

Explore and test the Agentium API endpoints interactively

Request

Endpoint
Headers
Authorization: Bearer ag_sk_demo_...
Content-Type: application/json
Agentium-Version: 2026-04-01
Body
{
  "agent": "@acme-corp/email-drafter-pro",
  "input": {
    "prompt": "Draft a follow-up email for Q3 review"
  },
  "mode": "sync"
}

Response

200 OK1.4s
Body
{
  "id": "exe_9f4b7c2d1a...",
  "status": "completed",
  "output": {
    "text": "Subject: Follow-up..."
  },
  "usage": {
    "input_tokens": 342,
    "output_tokens": 1187
  },
  "cost": "$0.05"
}