curl -X POST https://api.saturn-pay.com/v1/agents \ -H "Authorization: Bearer sk_agt_..." \ -H "Content-Type: application/json" \ -d '{ "name": "worker-2" }'
{ "id": "agt_ghi789", "name": "worker-2", "apiKey": "sk_agt_new_key_here_abc123def456", "killed": false, "createdAt": "2024-01-20T15:00:00Z" }
Create a new agent