Skip to main content
GET
/
v1
/
superagents
/
{agent_id}
/
files
Get agent files
curl --request GET \
  --url https://api.gigabrain.gg/v1/superagents/{agent_id}/files \
  --header 'Authorization: Bearer <token>'
{
  "agent_id": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
  "soul_md": "You are an aggressive ETH scalper. Focus on 1m and 5m timeframes.",
  "memory_md": "## Trading Log\n- 2026-03-15: Entered long ETH at $3,450, targeting $3,520"
}

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

Response

Agent files

agent_id
string
soul_md
string

The agent's identity and instructions

memory_md
string

The agent's learned context and notes