cURL
curl --request GET \ --url https://api.gigabrain.gg/v1/superagents \ --header 'Authorization: Bearer <token>'
{ "agents": [ { "agent_id": "a1b2c3d4-5678-90ab-cdef-1234567890ab", "name": "ETH Scalper", "description": "Short-term ETH momentum trades", "status": "running", "model": "gpt-4o", "created_at": "2026-03-15T10:00:00Z" }, { "agent_id": "b2c3d4e5-6789-01ab-cdef-2345678901bc", "name": "Degen Trader", "description": "High-risk momentum plays", "status": "paused", "model": null, "created_at": "2026-03-14T08:30:00Z" } ] }
List all SuperAgents owned by the authenticated user.
Your Gigabrain API key. Get one at https://gigabrain.gg/profile?tab=api. Format: gb_sk_...
gb_sk_...
Agent list
Show child attributes
Was this page helpful?