Skip to main content
GET
/
v1
/
superagents
List SuperAgents
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Your Gigabrain API key. Get one at https://gigabrain.gg/profile?tab=api. Format: gb_sk_...

Response

Agent list

agents
object[]