cURL
curl --request GET \ --url https://api.gigabrain.gg/v1/superagents/{agent_id}/skills \ --header 'Authorization: Bearer <token>'
{ "agent_id": "a1b2c3d4-5678-90ab-cdef-1234567890ab", "skills": [ { "name": "hyperliquid", "description": "Trade perpetuals on HyperLiquid", "enabled": true }, { "name": "polymarket", "description": "Bet on prediction markets", "enabled": false } ] }
List all available skills for a SuperAgent, including enabled/disabled status.
Your Gigabrain API key. Get one at https://gigabrain.gg/profile?tab=api. Format: gb_sk_...
gb_sk_...
The SuperAgent's unique identifier
Skills list
Show child attributes
Was this page helpful?