Skip to main content
PUT
/
v1
/
superagents
/
{agent_id}
/
skills
curl --request PUT \ --url https://api.gigabrain.gg/v1/superagents/{agent_id}/skills \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "disabled": [ "polymarket" ] } '
{
  "agent_id": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
  "status": "updated"
}

Documentation Index

Fetch the complete documentation index at: https://docs.gigabrain.gg/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string<uuid>
required

The SuperAgent's unique identifier

Body

application/json
disabled
string[]
required

List of skill names to disable. Pass an empty array to enable all.

Response

Skills config updated