Skip to main content
POST
/
v1
/
agents
/
{agent_id}
/
enable
Enable agent
curl --request POST \
  --url https://api.gigabrain.gg/v1/agents/{agent_id}/enable \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

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 agent's unique identifier

Response

Agent enabled

message
string