curl -X POST "http://localhost:8000/api/v2/agents" \ -H "Authorization: Bearer your_api_key" \ -H "Content-Type: application/json" \ -d '{"agent_id":"customer-support","description":"Handles customer inquiries"}'
{ "agent_id": "customer-support", "created_at": "2025-03-30T16:30:00Z", "namespace": "memanto_agent_customer-support", "status": "active" }
Create a new agent.
Authorization: Bearer your_api_key